Correct the instruction fine-tuning data list
Browse files
README.md
CHANGED
|
@@ -48,7 +48,7 @@ ds = load_dataset("littlelearner/LittleCurriculum-Chat", "general_knowledge")
|
|
| 48 |
## Related data
|
| 49 |
|
| 50 |
For instruction fine-tuning we additionally used SmolTalk, MMLU
|
| 51 |
-
auxiliary-train and
|
| 52 |
grade-stratified synthetic problems from the MathCAMPS pipeline alongside
|
| 53 |
GSM8K, again filtered with our pipeline. We do not redistribute these — they
|
| 54 |
derive from public datasets and reproduce in one command:
|
|
|
|
| 48 |
## Related data
|
| 49 |
|
| 50 |
For instruction fine-tuning we additionally used SmolTalk, MMLU
|
| 51 |
+
auxiliary-train and GSM8K, each filtered with our pipeline. For GRPO we used
|
| 52 |
grade-stratified synthetic problems from the MathCAMPS pipeline alongside
|
| 53 |
GSM8K, again filtered with our pipeline. We do not redistribute these — they
|
| 54 |
derive from public datasets and reproduce in one command:
|