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
374 B
YAML
13 lines
374 B
YAML
# For vllm script, with -t option (tensor parallel size).
|
|
# bash ./run-lm-eval-gsm-vllm-baseline.sh -m Qwen/Qwen2-57B-A14B-Instruct -b "auto" -l 250 -f 5 -t 4
|
|
model_name: "Qwen/Qwen2-57B-A14B-Instruct"
|
|
tasks:
|
|
- name: "gsm8k"
|
|
metrics:
|
|
- name: "exact_match,strict-match"
|
|
value: 0.792
|
|
- name: "exact_match,flexible-extract"
|
|
value: 0.824
|
|
limit: 250
|
|
num_fewshot: 5
|