Datasets:
Upload dataset_manifest.json with huggingface_hub
Browse files- dataset_manifest.json +47 -0
dataset_manifest.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "UltraChat-Sinhala (UltraChat-200k machine-translated en->si, NLLB-200-3.3B)",
|
| 3 |
+
"source": "HuggingFaceH4/ultrachat_200k",
|
| 4 |
+
"split_method": "train/test membership taken verbatim from the original split by prompt_id",
|
| 5 |
+
"formats": [
|
| 6 |
+
"parquet (zstd, schema-compatible with ultrachat_200k)",
|
| 7 |
+
"jsonl"
|
| 8 |
+
],
|
| 9 |
+
"cleaning": [
|
| 10 |
+
"NLLB ZWJ-conjunct repair",
|
| 11 |
+
"MT masking-sentinel leak repair (in-place)",
|
| 12 |
+
"dropped dialogues with empty turns",
|
| 13 |
+
"deduplicated prompt_ids",
|
| 14 |
+
"removed 1 prompt_id shared across SFT/GEN for global id-uniqueness"
|
| 15 |
+
],
|
| 16 |
+
"generated": "2026-06-26",
|
| 17 |
+
"splits": {
|
| 18 |
+
"train_sft": {
|
| 19 |
+
"records": 207831,
|
| 20 |
+
"parquet_bytes": 708322973,
|
| 21 |
+
"jsonl_bytes": 3275956541,
|
| 22 |
+
"parquet_file": "train_sft.parquet",
|
| 23 |
+
"jsonl_file": "train_sft.sinhala.jsonl"
|
| 24 |
+
},
|
| 25 |
+
"test_sft": {
|
| 26 |
+
"records": 23106,
|
| 27 |
+
"parquet_bytes": 78631342,
|
| 28 |
+
"jsonl_bytes": 362942552,
|
| 29 |
+
"parquet_file": "test_sft.parquet",
|
| 30 |
+
"jsonl_file": "test_sft.sinhala.jsonl"
|
| 31 |
+
},
|
| 32 |
+
"train_gen": {
|
| 33 |
+
"records": 255974,
|
| 34 |
+
"parquet_bytes": 704284097,
|
| 35 |
+
"jsonl_bytes": 3169354214,
|
| 36 |
+
"parquet_file": "train_gen.parquet",
|
| 37 |
+
"jsonl_file": "train_gen.sinhala.jsonl"
|
| 38 |
+
},
|
| 39 |
+
"test_gen": {
|
| 40 |
+
"records": 28300,
|
| 41 |
+
"parquet_bytes": 77517814,
|
| 42 |
+
"jsonl_bytes": 348842209,
|
| 43 |
+
"parquet_file": "test_gen.parquet",
|
| 44 |
+
"jsonl_file": "test_gen.sinhala.jsonl"
|
| 45 |
+
}
|
| 46 |
+
}
|
| 47 |
+
}
|