Run an eval harness yourself亲手跑一次评测框架
The point is not the score. The point is to watch a number move a long way while the model weights never change at all.重点不是分数,而是亲眼看到:权重一点没动,分数却大幅移动。
- Create a clean virtual environment. Install lm-evaluation-harness and pin the exact commit in a notes file.建一个干净的虚拟环境,安装 lm-evaluation-harness,并把使用的 commit 号写进笔记。
- Pick one small open model that fits your laptop or one cheap GPU hour. Small is the feature, not the compromise.选一个能跑在你笔记本上、或一小时廉价 GPU 上的小型开源模型。“小”是优点,不是妥协。
- Run two tasks — one knowledge, one reasoning. Keep the raw JSON output; never keep only the headline number.跑两个任务 —— 一个偏知识、一个偏推理。保存原始 JSON,不要只留下那个总分。
- Change only the few-shot count: 0 → 5. Re-run. Write the delta down by hand.只改 few-shot 数量:0 → 5。重跑,手写记录差值。
- Change only the prompt template. Re-run. Write that delta down too.只改 prompt 模板。重跑,同样记录差值。
- Write one paragraph for yourself: how much of the “model quality” you read about is actually harness.给自己写一段话:你平时读到的“模型能力”,有多少其实来自评测框架本身。