lhoestq HF staff commited on
Commit
a1b9d6f
1 Parent(s): d25afab

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +146 -1
README.md CHANGED
@@ -27,6 +27,151 @@ configs:
27
  - kinnews_raw
28
  - kirnews_cleaned
29
  - kirnews_raw
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  ---
31
  # Dataset Card for kinnews_kirnews
32
 
@@ -194,4 +339,4 @@ Lang| Train | Test |
194
 
195
  ### Contributions
196
 
197
- Thanks to [@saradhix](https://github.com/saradhix) for adding this dataset.
 
27
  - kinnews_raw
28
  - kirnews_cleaned
29
  - kirnews_raw
30
+ dataset_info:
31
+ - config_name: kinnews_raw
32
+ features:
33
+ - name: label
34
+ dtype:
35
+ class_label:
36
+ names:
37
+ 0: politics
38
+ 1: sport
39
+ 2: economy
40
+ 3: health
41
+ 4: entertainment
42
+ 5: history
43
+ 6: technology
44
+ 7: tourism
45
+ 8: culture
46
+ 9: fashion
47
+ 10: religion
48
+ 11: environment
49
+ 12: education
50
+ 13: relationship
51
+ - name: kin_label
52
+ dtype: string
53
+ - name: en_label
54
+ dtype: string
55
+ - name: url
56
+ dtype: string
57
+ - name: title
58
+ dtype: string
59
+ - name: content
60
+ dtype: string
61
+ splits:
62
+ - name: test
63
+ num_bytes: 11971938
64
+ num_examples: 4254
65
+ - name: train
66
+ num_bytes: 38316546
67
+ num_examples: 17014
68
+ download_size: 27377755
69
+ dataset_size: 50288484
70
+ - config_name: kinnews_cleaned
71
+ features:
72
+ - name: label
73
+ dtype:
74
+ class_label:
75
+ names:
76
+ 0: politics
77
+ 1: sport
78
+ 2: economy
79
+ 3: health
80
+ 4: entertainment
81
+ 5: history
82
+ 6: technology
83
+ 7: tourism
84
+ 8: culture
85
+ 9: fashion
86
+ 10: religion
87
+ 11: environment
88
+ 12: education
89
+ 13: relationship
90
+ - name: title
91
+ dtype: string
92
+ - name: content
93
+ dtype: string
94
+ splits:
95
+ - name: test
96
+ num_bytes: 8217453
97
+ num_examples: 4254
98
+ - name: train
99
+ num_bytes: 32780382
100
+ num_examples: 17014
101
+ download_size: 27377755
102
+ dataset_size: 40997835
103
+ - config_name: kirnews_raw
104
+ features:
105
+ - name: label
106
+ dtype:
107
+ class_label:
108
+ names:
109
+ 0: politics
110
+ 1: sport
111
+ 2: economy
112
+ 3: health
113
+ 4: entertainment
114
+ 5: history
115
+ 6: technology
116
+ 7: tourism
117
+ 8: culture
118
+ 9: fashion
119
+ 10: religion
120
+ 11: environment
121
+ 12: education
122
+ 13: relationship
123
+ - name: kir_label
124
+ dtype: string
125
+ - name: en_label
126
+ dtype: string
127
+ - name: url
128
+ dtype: string
129
+ - name: title
130
+ dtype: string
131
+ - name: content
132
+ dtype: string
133
+ splits:
134
+ - name: test
135
+ num_bytes: 2499189
136
+ num_examples: 923
137
+ - name: train
138
+ num_bytes: 7343223
139
+ num_examples: 3689
140
+ download_size: 5186111
141
+ dataset_size: 9842412
142
+ - config_name: kirnews_cleaned
143
+ features:
144
+ - name: label
145
+ dtype:
146
+ class_label:
147
+ names:
148
+ 0: politics
149
+ 1: sport
150
+ 2: economy
151
+ 3: health
152
+ 4: entertainment
153
+ 5: history
154
+ 6: technology
155
+ 7: tourism
156
+ 8: culture
157
+ 9: fashion
158
+ 10: religion
159
+ 11: environment
160
+ 12: education
161
+ 13: relationship
162
+ - name: title
163
+ dtype: string
164
+ - name: content
165
+ dtype: string
166
+ splits:
167
+ - name: test
168
+ num_bytes: 1570745
169
+ num_examples: 923
170
+ - name: train
171
+ num_bytes: 6629767
172
+ num_examples: 3689
173
+ download_size: 5186111
174
+ dataset_size: 8200512
175
  ---
176
  # Dataset Card for kinnews_kirnews
177
 
 
339
 
340
  ### Contributions
341
 
342
+ Thanks to [@saradhix](https://github.com/saradhix) for adding this dataset.