Spaces:
Sleeping
Sleeping
Use public WandB report wording consistently
Browse files
training/grpo_colab.ipynb
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
"| **baseline_7b_scores.json** (apples-to-apples baseline) | [`../baseline_7b_scores.json`](../baseline_7b_scores.json) |\n",
|
| 37 |
"| **baseline_72b_v2_scores.json** (size-baseline) | [`../baseline_72b_v2_scores.json`](../baseline_72b_v2_scores.json) |\n",
|
| 38 |
"\n",
|
| 39 |
-
"**Why no embedded cell outputs?** Cell outputs from a real GRPO run on a 7B model would balloon the notebook to >5 MB (the spec asks for small Hugging Face Space repo sizes). Instead we ship: the public WandB
|
| 40 |
"\n",
|
| 41 |
"**To reproduce the run yourself**: open this notebook in [Colab](https://colab.research.google.com/) \u2192 set `HF_TOKEN` and `WANDB_API_KEY` in the Secrets pane \u2192 Runtime \u2192 Run all. ~45 min on a T4. The HF Jobs path (~$2 on L4, ~2 hours) is documented in [`README.md`](README.md).\n"
|
| 42 |
]
|
|
|
|
| 36 |
"| **baseline_7b_scores.json** (apples-to-apples baseline) | [`../baseline_7b_scores.json`](../baseline_7b_scores.json) |\n",
|
| 37 |
"| **baseline_72b_v2_scores.json** (size-baseline) | [`../baseline_72b_v2_scores.json`](../baseline_72b_v2_scores.json) |\n",
|
| 38 |
"\n",
|
| 39 |
+
"**Why no embedded cell outputs?** Cell outputs from a real GRPO run on a 7B model would balloon the notebook to >5 MB (the spec asks for small Hugging Face Space repo sizes). Instead we ship: the public WandB report for live metrics, the reward-curve PNG and full log in `results/`, and the trained adapter on HuggingFace Hub. Anyone can verify the numbers without rerunning.\n",
|
| 40 |
"\n",
|
| 41 |
"**To reproduce the run yourself**: open this notebook in [Colab](https://colab.research.google.com/) \u2192 set `HF_TOKEN` and `WANDB_API_KEY` in the Secrets pane \u2192 Runtime \u2192 Run all. ~45 min on a T4. The HF Jobs path (~$2 on L4, ~2 hours) is documented in [`README.md`](README.md).\n"
|
| 42 |
]
|