12 lines
353 B
YAML
12 lines
353 B
YAML
# bash .buildkite/lm-eval-harness/run-lm-eval-gsm-hf-baseline.sh -m neuralmagic/Mixtral-8x7B-Instruct-v0.1 -b 32 -l 250 -f 5 -t 4
|
|
model_name: "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
|
tasks:
|
|
- name: "gsm8k"
|
|
metrics:
|
|
- name: "exact_match,strict-match"
|
|
value: 0.616
|
|
- name: "exact_match,flexible-extract"
|
|
value: 0.632
|
|
limit: 250
|
|
num_fewshot: 5
|