mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
Signed-off-by: reidliu41 <reid201711@gmail.com> Co-authored-by: reidliu41 <reid201711@gmail.com>
13 lines
403 B
YAML
13 lines
403 B
YAML
# For hf script, without -t option (tensor parallel size).
|
|
# bash .buildkite/lm-eval-harness/run-lm-eval-gsm-hf-baseline.sh -m meta-llama/Meta-Llama-3-8B-Instruct -b 32 -l 250 -f 5
|
|
model_name: "meta-llama/Meta-Llama-3-8B-Instruct"
|
|
tasks:
|
|
- name: "gsm8k"
|
|
metrics:
|
|
- name: "exact_match,strict-match"
|
|
value: 0.756
|
|
- name: "exact_match,flexible-extract"
|
|
value: 0.752
|
|
limit: 250
|
|
num_fewshot: 5
|