aisamdasu commited on
Commit
5eb8e0b
·
verified ·
1 Parent(s): a5fba6c

Update dataset guide and checkpoint reports

Browse files
dataset_guide/README.md CHANGED
@@ -25,6 +25,17 @@ Each checkpoint targets about 20 GiB because that size is practical for Google
25
  Drive uploads and Colab/H100 training runs. A checkpoint owns its local JSONL
26
  files; files are moved into the checkpoint folder rather than copied.
27
 
 
 
 
 
 
 
 
 
 
 
 
28
  ## Required Validation
29
 
30
  Before a checkpoint is considered upload-ready:
@@ -33,7 +44,8 @@ Before a checkpoint is considered upload-ready:
33
  - Every record must contain non-empty `text`.
34
  - In-bundle duplicate count must be zero.
35
  - Checksums must be regenerated after any file rewrite.
36
- - `UPLOAD_READY.md` must say the checkpoint is ready.
 
37
 
38
  ## Training Loader Expectations
39
 
 
25
  Drive uploads and Colab/H100 training runs. A checkpoint owns its local JSONL
26
  files; files are moved into the checkpoint folder rather than copied.
27
 
28
+ Checkpoint folders are intentionally dataset-only:
29
+
30
+ ```text
31
+ checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
32
+ dataset/
33
+ *.jsonl
34
+ ```
35
+
36
+ Reports and checksums live outside checkpoint folders at
37
+ `dataset_guide/checkpoint_reports/<checkpoint>/`.
38
+
39
  ## Required Validation
40
 
41
  Before a checkpoint is considered upload-ready:
 
44
  - Every record must contain non-empty `text`.
45
  - In-bundle duplicate count must be zero.
46
  - Checksums must be regenerated after any file rewrite.
47
+ - `UPLOAD_READY.md` in `checkpoint_reports/<checkpoint>/` must say the
48
+ checkpoint is ready.
49
 
50
  ## Training Loader Expectations
51
 
dataset_guide/checkpoint_reports/checkpoint_20260611_104104_bundle01_20g/BALANCE_REPORT.md CHANGED
@@ -1,6 +1,6 @@
1
  # Balance Report
2
 
3
- - Bundle: `checkpoint_20260611_104104_bundle01_20g.inprogress`
4
  - Size: 19.04 GiB
5
  - Records: 7,694,113
6
  - Invalid JSONL records: 0
 
1
  # Balance Report
2
 
3
+ - Bundle: `checkpoint_20260611_104104_bundle01_20g`
4
  - Size: 19.04 GiB
5
  - Records: 7,694,113
6
  - Invalid JSONL records: 0
dataset_guide/checkpoint_reports/checkpoint_20260611_104104_bundle01_20g/MANIFEST.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "schema_version": 1,
3
  "created_at": "2026-06-11 10:44:35 +0900",
4
- "bundle": "checkpoint_20260611_104104_bundle01_20g.inprogress",
5
  "dataset_format": "jsonl",
6
  "target_bytes": 21474836480,
7
  "actual_bytes": 20445184564,
@@ -237,9 +237,7 @@
237
  ]
238
  },
239
  "folders": {
240
- "dataset": "JSONL training shards",
241
- "tokenizer": "Tokenizer design and usage docs",
242
- "moe_architecture": "MoE model design docs",
243
- "dense_architecture": "Dense model design docs"
244
- }
245
  }
 
1
  {
2
  "schema_version": 1,
3
  "created_at": "2026-06-11 10:44:35 +0900",
4
+ "bundle": "checkpoint_20260611_104104_bundle01_20g",
5
  "dataset_format": "jsonl",
6
  "target_bytes": 21474836480,
7
  "actual_bytes": 20445184564,
 
237
  ]
238
  },
239
  "folders": {
240
+ "dataset": "JSONL training shards only. Shared docs live at checkpoints/upload_ready/{dataset_guide,tokenizer,dense,moe}."
241
+ },
242
+ "bundle_path": "checkpoints/upload_ready/checkpoint_20260611_104104_bundle01_20g"
 
 
243
  }
dataset_guide/checkpoint_reports/checkpoint_20260611_104104_bundle01_20g/UPLOAD_READY.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  This checkpoint is ready for Google Drive upload.
4
 
5
- - Path: `/Users/kimtaekyu/Documents/클로드작업폴더/데이터셋/checkpoints/upload_ready/checkpoint_20260611_104104_bundle01_20g.inprogress`
6
  - Size: 19.04 GiB
7
  - Format: JSONL
8
  - Validation: PASS
 
2
 
3
  This checkpoint is ready for Google Drive upload.
4
 
5
+ - Path: `/Users/kimtaekyu/Documents/클로드작업폴더/데이터셋/checkpoints/upload_ready/checkpoint_20260611_104104_bundle01_20g`
6
  - Size: 19.04 GiB
7
  - Format: JSONL
8
  - Validation: PASS
dataset_guide/checkpoint_reports/checkpoint_20260611_104435_bundle02_20g/BALANCE_REPORT.md CHANGED
@@ -1,6 +1,6 @@
1
  # Balance Report
2
 
3
- - Bundle: `checkpoint_20260611_104435_bundle02_20g.inprogress`
4
  - Size: 20.00 GiB
5
  - Records: 4,906,665
6
  - Invalid JSONL records: 0
 
1
  # Balance Report
2
 
3
+ - Bundle: `checkpoint_20260611_104435_bundle02_20g`
4
  - Size: 20.00 GiB
5
  - Records: 4,906,665
6
  - Invalid JSONL records: 0
dataset_guide/checkpoint_reports/checkpoint_20260611_104435_bundle02_20g/MANIFEST.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "schema_version": 1,
3
  "created_at": "2026-06-11 10:46:43 +0900",
4
- "bundle": "checkpoint_20260611_104435_bundle02_20g.inprogress",
5
  "dataset_format": "jsonl",
6
  "target_bytes": 21474836480,
7
  "actual_bytes": 21474737543,
@@ -231,9 +231,7 @@
231
  ]
232
  },
233
  "folders": {
234
- "dataset": "JSONL training shards",
235
- "tokenizer": "Tokenizer design and usage docs",
236
- "moe_architecture": "MoE model design docs",
237
- "dense_architecture": "Dense model design docs"
238
- }
239
  }
 
1
  {
2
  "schema_version": 1,
3
  "created_at": "2026-06-11 10:46:43 +0900",
4
+ "bundle": "checkpoint_20260611_104435_bundle02_20g",
5
  "dataset_format": "jsonl",
6
  "target_bytes": 21474836480,
7
  "actual_bytes": 21474737543,
 
231
  ]
232
  },
233
  "folders": {
234
+ "dataset": "JSONL training shards only. Shared docs live at checkpoints/upload_ready/{dataset_guide,tokenizer,dense,moe}."
235
+ },
236
+ "bundle_path": "checkpoints/upload_ready/checkpoint_20260611_104435_bundle02_20g"
 
 
237
  }