Datasets:
Update dataset card for single JSONL checkpoints
Browse files
README.md
CHANGED
|
@@ -20,7 +20,8 @@ size_categories:
|
|
| 20 |
This dataset repository stores upload-ready JSONL training checkpoints for code
|
| 21 |
completion and fill-in-the-middle training. Checkpoints are appended in
|
| 22 |
approximately 20 GiB units so they can also be copied to Google Drive and loaded
|
| 23 |
-
from Colab/H100 training jobs
|
|
|
|
| 24 |
|
| 25 |
## Current Upload Status
|
| 26 |
|
|
@@ -28,8 +29,8 @@ Only validation-passing checkpoints should be uploaded or used for training.
|
|
| 28 |
|
| 29 |
| Checkpoint | Size | JSONL | In-bundle duplicates | Status |
|
| 30 |
| --- | ---: | --- | ---: | --- |
|
| 31 |
-
| `checkpoint_20260611_104104_bundle01_20g` | 19.04 GiB | valid | 0 | uploaded to Hugging Face |
|
| 32 |
-
| `checkpoint_20260611_112534_bundle01_20g` | 19.11 GiB | valid | 0 |
|
| 33 |
|
| 34 |
## Repository Layout
|
| 35 |
|
|
@@ -42,7 +43,7 @@ moe/
|
|
| 42 |
dataset/
|
| 43 |
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
|
| 44 |
dataset/
|
| 45 |
-
|
| 46 |
dataset_guide/
|
| 47 |
checkpoint_reports/
|
| 48 |
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
|
|
@@ -91,7 +92,9 @@ 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 |
-
- The checkpoint folder contains only
|
|
|
|
|
|
|
| 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
|
|
|
|
| 20 |
This dataset repository stores upload-ready JSONL training checkpoints for code
|
| 21 |
completion and fill-in-the-middle training. Checkpoints are appended in
|
| 22 |
approximately 20 GiB units so they can also be copied to Google Drive and loaded
|
| 23 |
+
from Colab/H100 training jobs. New checkpoints use one JSONL file per 20 GiB
|
| 24 |
+
checkpoint.
|
| 25 |
|
| 26 |
## Current Upload Status
|
| 27 |
|
|
|
|
| 29 |
|
| 30 |
| Checkpoint | Size | JSONL | In-bundle duplicates | Status |
|
| 31 |
| --- | ---: | --- | ---: | --- |
|
| 32 |
+
| `checkpoint_20260611_104104_bundle01_20g` | 19.04 GiB | valid, legacy multi-part | 0 | uploaded to Hugging Face |
|
| 33 |
+
| `checkpoint_20260611_112534_bundle01_20g` | 19.11 GiB | valid, legacy multi-part | 0 | uploaded to Hugging Face; Google Drive local copy present |
|
| 34 |
|
| 35 |
## Repository Layout
|
| 36 |
|
|
|
|
| 43 |
dataset/
|
| 44 |
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
|
| 45 |
dataset/
|
| 46 |
+
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g.jsonl
|
| 47 |
dataset_guide/
|
| 48 |
checkpoint_reports/
|
| 49 |
checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
|
|
|
|
| 92 |
- JSONL parsing succeeds.
|
| 93 |
- Empty `text` count is zero.
|
| 94 |
- In-bundle duplicate count is zero.
|
| 95 |
+
- The checkpoint folder contains only one file:
|
| 96 |
+
`dataset/<checkpoint>.jsonl`. Legacy uploaded checkpoints may contain several
|
| 97 |
+
JSONL parts until they are repackaged.
|
| 98 |
- `MANIFEST.json`, `BALANCE_REPORT.md`, and `CHECKSUMS.txt` are present under
|
| 99 |
`dataset_guide/checkpoint_reports/<checkpoint>/`.
|
| 100 |
- Shared `tokenizer/`, `dense/`, and `moe/` documentation lives at repository
|