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

Document dataset-only checkpoint layout

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -43,12 +43,12 @@ checkpoints/
43
  checkpoint_YYYYMMDD_HHMMSS_bundleNN_20g/
44
  dataset/
45
  *.jsonl
46
- MANIFEST.json
47
- BALANCE_REPORT.md
48
- CHECKSUMS.txt
49
- tokenizer/
50
- dense_architecture/
51
- moe_architecture/
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
- - `MANIFEST.json`, `BALANCE_REPORT.md`, and `CHECKSUMS.txt` are present.
95
- - The checkpoint contains the `tokenizer`, `dense_architecture`, and
96
- `moe_architecture` documentation folders.
 
 
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`.