Update README.md
Browse files
README.md
CHANGED
|
@@ -22,11 +22,8 @@ Developed by **{ORGANIZATION}**.
|
|
| 22 |
- **Total parameters:** {model.n_params:,}
|
| 23 |
|
| 24 |
## Training data (3-way mix)
|
| 25 |
-
- **60% distilled** (`cofos_distilled.jsonl` — multi-LLM distillation:
|
| 26 |
-
Anthropic, Google, Z.ai, DeepSeek, Qwen) with FR + EN instructions and
|
| 27 |
-
optional chain-of-thought
|
| 28 |
- **30% real HF Python** (`iamtarun/python_code_instructions_18k_alpaca`)
|
| 29 |
-
|
| 30 |
|
| 31 |
## Result
|
| 32 |
- **Best `real_syntax_valid`:** {best_syntax:.1f}% on held-out real Python instructions
|
|
|
|
| 22 |
- **Total parameters:** {model.n_params:,}
|
| 23 |
|
| 24 |
## Training data (3-way mix)
|
|
|
|
|
|
|
|
|
|
| 25 |
- **30% real HF Python** (`iamtarun/python_code_instructions_18k_alpaca`)
|
| 26 |
+
|
| 27 |
|
| 28 |
## Result
|
| 29 |
- **Best `real_syntax_valid`:** {best_syntax:.1f}% on held-out real Python instructions
|