File size: 1,819 Bytes
c21043e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | {
"dataset": "HuggingFaceFW/fineweb-2",
"subset": "kor_Hang",
"split": "train",
"revision": "af9c13333eb981300149d5ca60a8e9d659b276b9",
"license": "ODC-By-1.0; subject to CommonCrawl Terms of Use",
"dataset_num_shards": 4,
"dataset_shard_index": 0,
"skip_documents": 1625000,
"seed": 42,
"shuffle_buffer": 10000,
"max_output_tokens": 100000,
"tokens_per_chunk": 50000,
"tokenizer": "/workspace/KAWK50M/artifacts/tokenizer-20k-v3",
"tokenizer_vocab_size": 20000,
"filter": {
"min_chars": 300,
"max_chars": 100000,
"min_hangul_chars": 50,
"min_hangul_letter_ratio": 0.7,
"min_hangul_visible_ratio": 0.55,
"max_digit_ratio": 0.08,
"max_symbol_ratio": 0.15,
"max_url_per_word": 0.01,
"min_unique_line_ratio": 0.7,
"min_unique_word_ratio": 0.2,
"max_short_line_ratio": 0.5,
"max_list_line_ratio": 0.25,
"max_table_line_ratio": 0.1,
"max_boilerplate_hits_per_1k": 1.5,
"max_repeated_character_run": 20,
"max_code_line_ratio": 0.25,
"max_code_math_char_ratio": 0.15,
"min_quality_score": 0.7,
"strip_html": true,
"mask_pii": true
},
"upstream_deduplication": "FineWeb2 global MinHash deduplication",
"documents_seen": 384,
"tokens_written": 100000,
"completed_chunks": 2,
"current_chunk_tokens": 0,
"counts": {
"accepted": 159,
"rejected_boilerplate_heavy": 9,
"rejected_digit_heavy": 20,
"rejected_list_heavy": 25,
"rejected_low_hangul_letter_ratio": 42,
"rejected_low_hangul_visible_ratio": 1,
"rejected_repeated_character_run": 2,
"rejected_repeated_lines": 2,
"rejected_short_line_heavy": 44,
"rejected_symbol_heavy": 2,
"rejected_table_heavy": 10,
"rejected_too_many_urls": 3,
"rejected_too_short": 65,
"seen": 384
},
"complete": true
}
|