Shitao commited on
Commit
4216053
1 Parent(s): 0fa05a3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +155 -0
README.md ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ - split: train
8
+ path: data/train-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: text
14
+ dtype: string
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': '0'
20
+ '1': '1'
21
+ '2': '2'
22
+ '3': '3'
23
+ '4': '4'
24
+ '5': '5'
25
+ '6': '6'
26
+ '7': '7'
27
+ '8': '8'
28
+ '9': '9'
29
+ '10': '10'
30
+ '11': '11'
31
+ '12': '12'
32
+ '13': '13'
33
+ '14': '14'
34
+ '15': '15'
35
+ '16': '16'
36
+ '17': '17'
37
+ '18': '18'
38
+ '19': '19'
39
+ '20': '20'
40
+ '21': '21'
41
+ '22': '22'
42
+ '23': '23'
43
+ '24': '24'
44
+ '25': '25'
45
+ '26': '26'
46
+ '27': '27'
47
+ '28': '28'
48
+ '29': '29'
49
+ '30': '30'
50
+ '31': '31'
51
+ '32': '32'
52
+ '33': '33'
53
+ '34': '34'
54
+ '35': '35'
55
+ '36': '36'
56
+ '37': '37'
57
+ '38': '38'
58
+ '39': '39'
59
+ '40': '40'
60
+ '41': '41'
61
+ '42': '42'
62
+ '43': '43'
63
+ '44': '44'
64
+ '45': '45'
65
+ '46': '46'
66
+ '47': '47'
67
+ '48': '48'
68
+ '49': '49'
69
+ '50': '50'
70
+ '51': '51'
71
+ '52': '52'
72
+ '53': '53'
73
+ '54': '54'
74
+ '55': '55'
75
+ '56': '56'
76
+ '57': '57'
77
+ '58': '58'
78
+ '59': '59'
79
+ '60': '60'
80
+ '61': '61'
81
+ '62': '62'
82
+ '63': '63'
83
+ '64': '64'
84
+ '65': '65'
85
+ '66': '66'
86
+ '67': '67'
87
+ '68': '68'
88
+ '69': '69'
89
+ '70': '70'
90
+ '71': '71'
91
+ '72': '72'
92
+ '73': '73'
93
+ '74': '74'
94
+ '75': '75'
95
+ '76': '76'
96
+ '77': '77'
97
+ '78': '78'
98
+ '79': '79'
99
+ '80': '80'
100
+ '81': '81'
101
+ '82': '82'
102
+ '83': '83'
103
+ '84': '84'
104
+ '85': '85'
105
+ '86': '86'
106
+ '87': '87'
107
+ '88': '88'
108
+ '89': '89'
109
+ '90': '90'
110
+ '91': '91'
111
+ '92': '92'
112
+ '93': '93'
113
+ '94': '94'
114
+ '95': '95'
115
+ '96': '96'
116
+ '97': '97'
117
+ '98': '98'
118
+ '99': '99'
119
+ '100': '100'
120
+ '101': '101'
121
+ '102': '102'
122
+ '103': '103'
123
+ '104': '104'
124
+ '105': '105'
125
+ '106': '106'
126
+ '107': '107'
127
+ '108': '108'
128
+ '109': '109'
129
+ '110': '110'
130
+ '111': '111'
131
+ '112': '112'
132
+ '113': '113'
133
+ '114': '114'
134
+ '115': '115'
135
+ '116': '116'
136
+ '117': '117'
137
+ '118': '118'
138
+ - name: idx
139
+ dtype: int32
140
+ splits:
141
+ - name: test
142
+ num_bytes: 2105684
143
+ num_examples: 2600
144
+ - name: train
145
+ num_bytes: 10028605
146
+ num_examples: 12133
147
+ - name: validation
148
+ num_bytes: 2157119
149
+ num_examples: 2599
150
+ download_size: 9777643
151
+ dataset_size: 14291408
152
+ ---
153
+ # Dataset Card for "IFlyTek-classification"
154
+
155
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)