dancinlife commited on
Commit
46eebdf
·
verified ·
1 Parent(s): 0714be6

Upload clm_backbone_5lang.meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. clm_backbone_5lang.meta.json +52 -0
clm_backbone_5lang.meta.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "allenai/c4",
3
+ "configs": {
4
+ "ko": "ko",
5
+ "en": "en",
6
+ "zh": "zh",
7
+ "ru": "ru",
8
+ "ja": "ja"
9
+ },
10
+ "license": "odc-by",
11
+ "gated": false,
12
+ "real_fraction": 1.0,
13
+ "is_sample": true,
14
+ "note": "BOUNDED streaming SAMPLE (mC4), not the full 60B-tok pretrain corpus (= step ③ H100). Balanced 5-way, round-robin interleaved.",
15
+ "preferred_blocked": "uonlp/CulturaX is GATED; this token has no data access (403 DatasetNotFoundError on stream) — fell back to allenai/c4.",
16
+ "vocab": 256,
17
+ "encoding": "byte-utf8",
18
+ "langs": [
19
+ "ko",
20
+ "en",
21
+ "zh",
22
+ "ru",
23
+ "ja"
24
+ ],
25
+ "per_lang_docs_target": 4000,
26
+ "per_lang_docs_fetched": {
27
+ "ko": 4000,
28
+ "en": 4000,
29
+ "zh": 4000,
30
+ "ru": 4000,
31
+ "ja": 4000
32
+ },
33
+ "per_lang_docs_balanced": 4000,
34
+ "per_lang_lines_written": {
35
+ "ko": 4000,
36
+ "en": 4000,
37
+ "zh": 4000,
38
+ "ru": 4000,
39
+ "ja": 4000
40
+ },
41
+ "per_lang_bytes_written": {
42
+ "ko": 16679968,
43
+ "en": 7739055,
44
+ "zh": 9317034,
45
+ "ru": 14529169,
46
+ "ja": 19468200
47
+ },
48
+ "total_lines": 20000,
49
+ "total_bytes": 67733426,
50
+ "max_line_bytes": 8192,
51
+ "corpus_sha256": "7cc86c9afd5347920fb40be48d8f22b17ca2f72e04ea172f2496b13f42df3b04"
52
+ }