12 lines
383 B
YAML
12 lines
383 B
YAML
# bash .buildkite/lm-eval-harness/run-lm-eval-gsm-vllm-baseline.sh -m neuralmagic/Llama-3.2-1B-Instruct-quantized.w8a8 -b "auto" -l 1000 -f 5 -t 1
|
|
model_name: "neuralmagic/Llama-3.2-1B-Instruct-quantized.w8a8"
|
|
tasks:
|
|
- name: "gsm8k"
|
|
metrics:
|
|
- name: "exact_match,strict-match"
|
|
value: 0.356
|
|
- name: "exact_match,flexible-extract"
|
|
value: 0.358
|
|
limit: 1000
|
|
num_fewshot: 5
|