Fold artifacts/manifest.json into 1B tokenizer program
Browse files- artifacts/manifest.json +52 -0
artifacts/manifest.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tool": "asterizer",
|
| 3 |
+
"tool_version": "1.0",
|
| 4 |
+
"seed": 42,
|
| 5 |
+
"config_fingerprint": "08be77b5a5191790dcdd40224a59aae7d05b35d1568174dcceacda860337b5ca",
|
| 6 |
+
"created_utc": "2026-07-02T19:08:44Z",
|
| 7 |
+
"corpus_file": "/workspace/DATA/runs/data_240gb/corpus.jsonl",
|
| 8 |
+
"corpus_docs": 41827984,
|
| 9 |
+
"corpus_bytes": 212005109542,
|
| 10 |
+
"corpus_sha256": "8ff4ac3614e9af9ab86fec9511457348b0e03b45f93879f2675a70c34100f7da",
|
| 11 |
+
"subset_of": {
|
| 12 |
+
"mode": "bucket_stride_keep",
|
| 13 |
+
"source_data_dir": "/workspace/DATA/runs/data_240gb",
|
| 14 |
+
"source_clean_dir": "/workspace/DATA/runs/data_240gb/clean",
|
| 15 |
+
"source_corpus_file": "/workspace/DATA/runs/data_240gb/corpus.jsonl",
|
| 16 |
+
"source_corpus_sha256": null,
|
| 17 |
+
"bucket_keep": {
|
| 18 |
+
"african": 1.0,
|
| 19 |
+
"cjk": 1.0,
|
| 20 |
+
"code": 1.0,
|
| 21 |
+
"coverage": 1.0,
|
| 22 |
+
"cyrillic": 1.0,
|
| 23 |
+
"english": 1.0,
|
| 24 |
+
"european": 1.0,
|
| 25 |
+
"math": 1.0,
|
| 26 |
+
"more_european": 1.0,
|
| 27 |
+
"other_indic": 1.0,
|
| 28 |
+
"sea_scripts": 1.0,
|
| 29 |
+
"semitic": 1.0,
|
| 30 |
+
"south_indian": 1.0
|
| 31 |
+
}
|
| 32 |
+
},
|
| 33 |
+
"corpus_subset": {
|
| 34 |
+
"from_clean_dir": "/workspace/DATA/runs/data_240gb/clean",
|
| 35 |
+
"bucket_keep": {
|
| 36 |
+
"european": 1.0,
|
| 37 |
+
"code": 1.0,
|
| 38 |
+
"english": 1.0,
|
| 39 |
+
"south_indian": 1.0,
|
| 40 |
+
"other_indic": 1.0,
|
| 41 |
+
"more_european": 1.0,
|
| 42 |
+
"sea_scripts": 1.0,
|
| 43 |
+
"cjk": 1.0,
|
| 44 |
+
"semitic": 1.0,
|
| 45 |
+
"cyrillic": 1.0,
|
| 46 |
+
"african": 1.0,
|
| 47 |
+
"coverage": 1.0,
|
| 48 |
+
"math": 1.0
|
| 49 |
+
},
|
| 50 |
+
"seed": 42
|
| 51 |
+
}
|
| 52 |
+
}
|