Datasets:
File size: 1,438 Bytes
f879cb2 | 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 | {
"dataset": "UltraChat-Sinhala (UltraChat-200k machine-translated en->si, NLLB-200-3.3B)",
"source": "HuggingFaceH4/ultrachat_200k",
"split_method": "train/test membership taken verbatim from the original split by prompt_id",
"formats": [
"parquet (zstd, schema-compatible with ultrachat_200k)",
"jsonl"
],
"cleaning": [
"NLLB ZWJ-conjunct repair",
"MT masking-sentinel leak repair (in-place)",
"dropped dialogues with empty turns",
"deduplicated prompt_ids",
"removed 1 prompt_id shared across SFT/GEN for global id-uniqueness"
],
"generated": "2026-06-26",
"splits": {
"train_sft": {
"records": 207831,
"parquet_bytes": 708322973,
"jsonl_bytes": 3275956541,
"parquet_file": "train_sft.parquet",
"jsonl_file": "train_sft.sinhala.jsonl"
},
"test_sft": {
"records": 23106,
"parquet_bytes": 78631342,
"jsonl_bytes": 362942552,
"parquet_file": "test_sft.parquet",
"jsonl_file": "test_sft.sinhala.jsonl"
},
"train_gen": {
"records": 255974,
"parquet_bytes": 704284097,
"jsonl_bytes": 3169354214,
"parquet_file": "train_gen.parquet",
"jsonl_file": "train_gen.sinhala.jsonl"
},
"test_gen": {
"records": 28300,
"parquet_bytes": 77517814,
"jsonl_bytes": 348842209,
"parquet_file": "test_gen.parquet",
"jsonl_file": "test_gen.sinhala.jsonl"
}
}
} |