Datasets:
Document dataset-only checkpoint layout
Browse files
README.md
CHANGED
|
@@ -43,12 +43,12 @@ checkpoints/
|
|
| 43 |
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
|
| 44 |
dataset/
|
| 45 |
*.jsonl
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
```
|
| 53 |
|
| 54 |
## Record Format
|
|
@@ -91,8 +91,10 @@ A checkpoint is upload-ready only when:
|
|
| 91 |
- JSONL parsing succeeds.
|
| 92 |
- Empty `text` count is zero.
|
| 93 |
- In-bundle duplicate count is zero.
|
| 94 |
-
-
|
| 95 |
-
-
|
| 96 |
-
`
|
|
|
|
|
|
|
| 97 |
|
| 98 |
Do not train on a checkpoint marked `Not Upload Ready`.
|
|
|
|
| 43 |
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
|
| 44 |
dataset/
|
| 45 |
*.jsonl
|
| 46 |
+
dataset_guide/
|
| 47 |
+
checkpoint_reports/
|
| 48 |
+
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
|
| 49 |
+
MANIFEST.json
|
| 50 |
+
BALANCE_REPORT.md
|
| 51 |
+
CHECKSUMS.txt
|
| 52 |
```
|
| 53 |
|
| 54 |
## Record Format
|
|
|
|
| 91 |
- JSONL parsing succeeds.
|
| 92 |
- Empty `text` count is zero.
|
| 93 |
- In-bundle duplicate count is zero.
|
| 94 |
+
- The checkpoint folder contains only `dataset/*.jsonl`.
|
| 95 |
+
- `MANIFEST.json`, `BALANCE_REPORT.md`, and `CHECKSUMS.txt` are present under
|
| 96 |
+
`dataset_guide/checkpoint_reports/<checkpoint>/`.
|
| 97 |
+
- Shared `tokenizer/`, `dense/`, and `moe/` documentation lives at repository
|
| 98 |
+
root, outside checkpoint folders.
|
| 99 |
|
| 100 |
Do not train on a checkpoint marked `Not Upload Ready`.
|