ug-output / dataset_info.json
anke01's picture
Upload dataset_info.json
02d1760 verified
{
"ug_nlp_dataset": {
"description": "Uyghur NLP Dataset - 维吾尔语自然语言处理数据集,基于清华大学开源的 THUUyMorph 形态学标注语料库构建",
"citation": "",
"homepage": "",
"license": "",
"features": {
"id": {"dtype": "int64"},
"text": {"dtype": "string"}
},
"post_processed_features": {},
"splits": {
"train": {"num_bytes": 26400000, "num_examples": 10595}
},
"download_size": 26400000,
"dataset_size": 26400000,
"config_name": "ug_nlp_dataset"
},
"morph_vocabulary": {
"description": "维吾尔语形态学词根词典",
"citation": "",
"homepage": "",
"license": "",
"features": {
"id": {"dtype": "int64"},
"word": {"dtype": "string"}
},
"post_processed_features": {},
"splits": {
"train": {"num_bytes": 1200000, "num_examples": 67832}
},
"download_size": 1200000,
"dataset_size": 1200000,
"config_name": "morph_vocabulary"
},
"segmentation_train": {
"description": "维吾尔语文本",
"citation": "",
"homepage": "",
"license": "",
"features": {
"id": {"dtype": "int64"},
"text": {"dtype": "string"}
},
"post_processed_features": {},
"splits": {
"train": {"num_bytes": 26500000, "num_examples": 10572}
},
"download_size": 26500000,
"dataset_size": 26500000,
"config_name": "segmentation_train"
},
"word_root_pairs": {
"description": "维吾尔语词-词根-词缀对",
"citation": "",
"homepage": "",
"license": "",
"features": {
"id": {"dtype": "int64"},
"word": {"dtype": "string"},
"root": {"dtype": "string"},
"suffix": {"dtype": "string"},
"has_variant": {"dtype": "bool"}
},
"post_processed_features": {},
"splits": {
"train": {"num_bytes": 1000000, "num_examples": 10391}
},
"download_size": 1000000,
"dataset_size": 1000000,
"config_name": "word_root_pairs"
}
}