anke01 commited on
Commit
d65083b
·
verified ·
1 Parent(s): f80a5e1

Delete dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +0 -73
dataset_info.json DELETED
@@ -1,73 +0,0 @@
1
- {
2
- "ug_nlp_dataset": {
3
- "description": "Uyghur NLP Dataset - 维吾尔语自然语言处理数据集,基于清华大学开源的 THUUyMorph 形态学标注语料库构建",
4
- "citation": "",
5
- "homepage": "",
6
- "license": "",
7
- "features": {
8
- "id": {"dtype": "int64"},
9
- "text": {"dtype": "string"}
10
- },
11
- "post_processed_features": {},
12
- "splits": {
13
- "train": {"num_bytes": 26400000, "num_examples": 10595}
14
- },
15
- "download_size": 26400000,
16
- "dataset_size": 26400000,
17
- "config_name": "ug_nlp_dataset"
18
- },
19
- "morph_vocabulary": {
20
- "description": "维吾尔语形态学词根词典",
21
- "citation": "",
22
- "homepage": "",
23
- "license": "",
24
- "features": {
25
- "id": {"dtype": "int64"},
26
- "word": {"dtype": "string"}
27
- },
28
- "post_processed_features": {},
29
- "splits": {
30
- "train": {"num_bytes": 1200000, "num_examples": 67832}
31
- },
32
- "download_size": 1200000,
33
- "dataset_size": 1200000,
34
- "config_name": "morph_vocabulary"
35
- },
36
- "segmentation_train": {
37
- "description": "维吾尔语文本",
38
- "citation": "",
39
- "homepage": "",
40
- "license": "",
41
- "features": {
42
- "id": {"dtype": "int64"},
43
- "text": {"dtype": "string"}
44
- },
45
- "post_processed_features": {},
46
- "splits": {
47
- "train": {"num_bytes": 26500000, "num_examples": 10572}
48
- },
49
- "download_size": 26500000,
50
- "dataset_size": 26500000,
51
- "config_name": "segmentation_train"
52
- },
53
- "word_root_pairs": {
54
- "description": "维吾尔语词-词根-词缀对",
55
- "citation": "",
56
- "homepage": "",
57
- "license": "",
58
- "features": {
59
- "id": {"dtype": "int64"},
60
- "word": {"dtype": "string"},
61
- "root": {"dtype": "string"},
62
- "suffix": {"dtype": "string"},
63
- "has_variant": {"dtype": "bool"}
64
- },
65
- "post_processed_features": {},
66
- "splits": {
67
- "train": {"num_bytes": 1000000, "num_examples": 10391}
68
- },
69
- "download_size": 1000000,
70
- "dataset_size": 1000000,
71
- "config_name": "word_root_pairs"
72
- }
73
- }