Datasets:
Mark 112534 Google Drive backup verified
Browse files
dataset_guide/HF_DATASET_CARD.md
CHANGED
|
@@ -31,7 +31,7 @@ Only validation-passing checkpoints should be uploaded or used for training.
|
|
| 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
|
| 35 |
|
| 36 |
## Repository Layout
|
| 37 |
|
|
|
|
| 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 cloud verified by rclone SHA256/size check |
|
| 35 |
|
| 36 |
## Repository Layout
|
| 37 |
|
dataset_guide/TARGET_400GB_POLICY.md
CHANGED
|
@@ -67,17 +67,18 @@ Never materialize the whole 400GB dataset twice. The safe loop is:
|
|
| 67 |
`dataset/<checkpoint>/dataset/<checkpoint>.jsonl` and deleting each source
|
| 68 |
part after it is appended.
|
| 69 |
5. Upload that checkpoint to Hugging Face.
|
| 70 |
-
6.
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
|
|
|
| 74 |
|
| 75 |
## Google Drive Verification Rule
|
| 76 |
|
| 77 |
Google Drive Desktop local copy is not the same as cloud upload completion.
|
| 78 |
-
Cloud completion is confirmed
|
| 79 |
-
|
| 80 |
-
|
| 81 |
|
| 82 |
Google Drive Desktop is not allowed to exceed the RSS safety budget. If the
|
| 83 |
Drive app grows above the upload-process safety threshold, stop it and use a
|
|
|
|
| 67 |
`dataset/<checkpoint>/dataset/<checkpoint>.jsonl` and deleting each source
|
| 68 |
part after it is appended.
|
| 69 |
5. Upload that checkpoint to Hugging Face.
|
| 70 |
+
6. Upload that checkpoint to Google Drive with a low-RSS path such as rclone and
|
| 71 |
+
verify remote size plus SHA256.
|
| 72 |
+
7. Delete the local workspace checkpoint after HF and Google Drive remotes are
|
| 73 |
+
both verified; delete duplicate Drive part files only after the single JSONL
|
| 74 |
+
is present and at least one verified remote copy exists.
|
| 75 |
|
| 76 |
## Google Drive Verification Rule
|
| 77 |
|
| 78 |
Google Drive Desktop local copy is not the same as cloud upload completion.
|
| 79 |
+
Cloud completion is confirmed by either DriveFS metadata with no pending
|
| 80 |
+
sync/error state or by a direct low-RSS Drive API path such as rclone returning a
|
| 81 |
+
remote listing whose size and SHA256 match the local checkpoint manifest.
|
| 82 |
|
| 83 |
Google Drive Desktop is not allowed to exceed the RSS safety budget. If the
|
| 84 |
Drive app grows above the upload-process safety threshold, stop it and use a
|
dataset_guide/checkpoint_reports/checkpoint_20260611_112534_bundle01_20g/UPLOAD_READY.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Upload Ready
|
| 2 |
|
| 3 |
-
This checkpoint is ready for Hugging Face use as a single JSONL file. Google Drive
|
| 4 |
|
| 5 |
- Checkpoint: `checkpoint_20260611_112534_bundle01_20g`
|
| 6 |
- Size: 19.11 GiB
|
|
@@ -14,4 +14,5 @@ This checkpoint is ready for Hugging Face use as a single JSONL file. Google Dri
|
|
| 14 |
- In-bundle duplicate records: 0
|
| 15 |
|
| 16 |
HF verification: uploaded single JSONL and removed legacy `w*-part-*.jsonl` files.
|
| 17 |
-
|
|
|
|
|
|
| 1 |
# Upload Ready
|
| 2 |
|
| 3 |
+
This checkpoint is ready for Hugging Face and Google Drive use as a single JSONL file. Google Drive cloud backup was verified with rclone by matching size and SHA256.
|
| 4 |
|
| 5 |
- Checkpoint: `checkpoint_20260611_112534_bundle01_20g`
|
| 6 |
- Size: 19.11 GiB
|
|
|
|
| 14 |
- In-bundle duplicate records: 0
|
| 15 |
|
| 16 |
HF verification: uploaded single JSONL and removed legacy `w*-part-*.jsonl` files.
|
| 17 |
+
Google Drive verification: rclone remote listing shows one JSONL file, size `20,523,612,203` bytes, SHA256 `a0b2f654ee1ea558416af615998ca4699908dfc94bb747536d7483569918afbb`.
|
| 18 |
+
SSD note: local workspace checkpoint is absent; the remaining local copy is under Google Drive Desktop storage. Do not delete that DriveFS file with `rm`, because deletion may propagate to the cloud copy.
|