Rename data file to data/train.jsonl and update card paths
Browse files- .gitattributes +1 -0
- README.md +2 -2
- data/{imo_26_rl_proof.jsonl → train.jsonl} +0 -0
.gitattributes
CHANGED
|
@@ -59,3 +59,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
data/imo_26_rl_proof.jsonl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
data/imo_26_rl_proof.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
data/train.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -23,7 +23,7 @@ configs:
|
|
| 23 |
- config_name: default
|
| 24 |
data_files:
|
| 25 |
- split: train
|
| 26 |
-
path: data/
|
| 27 |
---
|
| 28 |
|
| 29 |
# Nemotron-Math-Proofs-v3-RL
|
|
@@ -100,7 +100,7 @@ Split Samples:
|
|
| 100 |
|
| 101 |
| Split | File | Samples | Unique Problems | Disk Size |
|
| 102 |
|---|---|---:|---:|---:|
|
| 103 |
-
| `train` | `
|
| 104 |
|
| 105 |
The reinforcement-learning file does not contain generated-token counts because it stores policy inputs rather than completed policy rollouts.
|
| 106 |
|
|
|
|
| 23 |
- config_name: default
|
| 24 |
data_files:
|
| 25 |
- split: train
|
| 26 |
+
path: data/train.jsonl
|
| 27 |
---
|
| 28 |
|
| 29 |
# Nemotron-Math-Proofs-v3-RL
|
|
|
|
| 100 |
|
| 101 |
| Split | File | Samples | Unique Problems | Disk Size |
|
| 102 |
|---|---|---:|---:|---:|
|
| 103 |
+
| `train` | `train.jsonl` | 9,597 | 9,597 | 50,430,007 bytes |
|
| 104 |
|
| 105 |
The reinforcement-learning file does not contain generated-token counts because it stores policy inputs rather than completed policy rollouts.
|
| 106 |
|
data/{imo_26_rl_proof.jsonl → train.jsonl}
RENAMED
|
File without changes
|