Piko-9b / evaluation /configs /piko_9b.yaml
Dexy2's picture
Rewrite model card around verified evidence; correct misattributed benchmarks and config path leak
0810902 verified
Raw
History Blame Contribute Delete
1.64 kB
# Evaluation configuration — Piko-9b (candidate)
#
# This file and base_model.yaml must differ ONLY in the `model` block.
# Any other difference invalidates the comparison.
model:
id: Dexy2/Piko-9b
revision: null # pin a commit sha for reproducible runs
label: piko-9b
runtime:
# CPU offload corrupts this architecture's linear-attention state.
# device_map is forced to a single device by the harness; do not set "auto".
device: cuda:0
dtype: bfloat16
quantization: 4bit # none | 4bit | 8bit
attn_implementation: null
trust_remote_code: false
generation:
do_sample: false # greedy, matching the shipped generation_config.json
temperature: null
top_p: null
max_new_tokens: 384
batch_size: 1
seed: 0
prompting:
system: null # set identically in both configs, or leave null in both
strip_reasoning: true # grade only the text after </think>
suites:
custom_suite:
enabled: true
categories: all
smoke:
enabled: true
gsm8k:
enabled: false
limit: 200
note: "Not run — see evaluation/README.md for runtime cost"
mmlu_pro:
enabled: false
limit: 200
ifeval:
enabled: false
limit: 200
humaneval:
enabled: false
limit: 40
ocrbench:
enabled: false
limit: 200
docvqa:
enabled: false
limit: 200
chartqa:
enabled: false
limit: 200
textvqa:
enabled: false
limit: 200
mmmu:
enabled: false
limit: 150
needle_in_haystack:
enabled: true
lengths: [2000, 8000, 32000]
depths: [0.1, 0.5, 0.9]
output:
directory: evaluation/results
record_environment: true