Fix acknowledgment tweet link
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ datasets:
|
|
| 13 |
|
| 14 |
# Qwen3-0.6B Fine-tuned on Codeforces-CoTS (Python)
|
| 15 |
|
| 16 |
-
Reproduction of [Ben Burtenshaw's HuggingFace fine-tuning challenge](https://x.com/ben_burtenshaw/status/
|
| 17 |
|
| 18 |
## Results on HumanEval
|
| 19 |
|
|
@@ -93,4 +93,4 @@ Most time was spent on infrastructure debugging, not ML.
|
|
| 93 |
|
| 94 |
## Acknowledgments
|
| 95 |
|
| 96 |
-
Based on [Ben Burtenshaw's challenge](https://x.com/ben_burtenshaw/status/
|
|
|
|
| 13 |
|
| 14 |
# Qwen3-0.6B Fine-tuned on Codeforces-CoTS (Python)
|
| 15 |
|
| 16 |
+
Reproduction of [Ben Burtenshaw's HuggingFace fine-tuning challenge](https://x.com/ben_burtenshaw/status/1999502002251006449) (Claude Code vs Codex). Fine-tuned using SFT on the **solutions_py** subset of `open-r1/codeforces-cots`.
|
| 17 |
|
| 18 |
## Results on HumanEval
|
| 19 |
|
|
|
|
| 93 |
|
| 94 |
## Acknowledgments
|
| 95 |
|
| 96 |
+
Based on [Ben Burtenshaw's challenge](https://x.com/ben_burtenshaw/status/1999502002251006449) comparing Claude Code vs Codex for fine-tuning tasks.
|