aisamdasu commited on
Commit
3988242
·
verified ·
1 Parent(s): ed17e92

Update dataset card after 112534 repack

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  - dense
13
  pretty_name: FABLE 5 Code FIM Upload Checkpoints
14
  size_categories:
15
- - 10B<n<100B
16
  ---
17
 
18
  # FABLE 5 Code FIM Upload Checkpoints
@@ -21,7 +21,8 @@ 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
 
@@ -30,7 +31,7 @@ Only validation-passing checkpoints should be uploaded or used for training.
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
 
@@ -93,8 +94,8 @@ A checkpoint is upload-ready only when:
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
 
12
  - dense
13
  pretty_name: FABLE 5 Code FIM Upload Checkpoints
14
  size_categories:
15
+ - 10M<n<100M
16
  ---
17
 
18
  # FABLE 5 Code FIM Upload Checkpoints
 
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. The long-term target is 400GB total mirrored to Hugging Face and
25
+ Google Drive.
26
 
27
  ## Current Upload Status
28
 
 
31
  | Checkpoint | Size | JSONL | In-bundle duplicates | Status |
32
  | --- | ---: | --- | ---: | --- |
33
  | `checkpoint_20260611_104104_bundle01_20g` | 19.04 GiB | valid, legacy multi-part | 0 | uploaded to Hugging Face |
34
+ | `checkpoint_20260611_112534_bundle01_20g` | 19.11 GiB | valid, single JSONL | 0 | uploaded to Hugging Face; Google Drive local single-file copy present; Drive cloud sync not claimed |
35
 
36
  ## Repository Layout
37
 
 
94
  - Empty `text` count is zero.
95
  - In-bundle duplicate count is zero.
96
  - The checkpoint folder contains only one file:
97
+ `dataset/<checkpoint>.jsonl`. Legacy checkpoints may contain several JSONL
98
+ parts only until they are repackaged.
99
  - `MANIFEST.json`, `BALANCE_REPORT.md`, and `CHECKSUMS.txt` are present under
100
  `dataset_guide/checkpoint_reports/<checkpoint>/`.
101
  - Shared `tokenizer/`, `dense/`, and `moe/` documentation lives at repository