mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-09 02:09:07 +08:00
12 lines
337 B
YAML
12 lines
337 B
YAML
# bash .buildkite/lm-eval-harness/run-lm-eval-gsm-vllm-baseline.sh -m mgoin/Minitron-4B-Base-FP8 -b auto -l 1000 -f 5 -t 1
|
|
model_name: "mgoin/Minitron-4B-Base-FP8"
|
|
tasks:
|
|
- name: "gsm8k"
|
|
metrics:
|
|
- name: "exact_match,strict-match"
|
|
value: 0.233
|
|
- name: "exact_match,flexible-extract"
|
|
value: 0.236
|
|
limit: 1000
|
|
num_fewshot: 5
|