Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:

Convert dataset to Parquet

#2
This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. .gitignore +0 -2
  2. README.md +1426 -9
  3. dataset/en/cross_validation/en_test_4.jsonl +0 -3
  4. dataset/en/cross_validation/en_train_0.jsonl +0 -3
  5. dataset/en/cross_validation/en_train_1.jsonl +0 -3
  6. dataset/en/cross_validation/en_train_2.jsonl +0 -3
  7. dataset/en/cross_validation/en_train_3.jsonl +0 -3
  8. dataset/en/cross_validation/en_train_4.jsonl +0 -3
  9. dataset/en/cross_validation/en_validation_0.jsonl +0 -3
  10. dataset/en/cross_validation/en_validation_1.jsonl +0 -3
  11. dataset/en/cross_validation/en_validation_2.jsonl +0 -3
  12. dataset/en/cross_validation/en_validation_3.jsonl +0 -3
  13. dataset/en/cross_validation/en_validation_4.jsonl +0 -3
  14. dataset/en/en_1000.jsonl +0 -3
  15. dataset/en/en_test.jsonl +0 -3
  16. dataset/en/en_train.jsonl +0 -3
  17. dataset/en_2022/train.jsonl +0 -3
  18. dataset/en_2022/validation.jsonl +0 -3
  19. dataset/es/cross_validation/es_test_0.jsonl +0 -3
  20. dataset/es/cross_validation/es_test_1.jsonl +0 -3
  21. dataset/es/cross_validation/es_test_2.jsonl +0 -3
  22. dataset/es/cross_validation/es_test_3.jsonl +0 -3
  23. dataset/es/cross_validation/es_test_4.jsonl +0 -3
  24. dataset/es/cross_validation/es_train_0.jsonl +0 -3
  25. dataset/es/cross_validation/es_train_1.jsonl +0 -3
  26. dataset/es/cross_validation/es_train_2.jsonl +0 -3
  27. dataset/es/cross_validation/es_train_3.jsonl +0 -3
  28. dataset/es/cross_validation/es_train_4.jsonl +0 -3
  29. dataset/es/cross_validation/es_validation_0.jsonl +0 -3
  30. dataset/es/cross_validation/es_validation_1.jsonl +0 -3
  31. dataset/es/cross_validation/es_validation_2.jsonl +0 -3
  32. dataset/es/cross_validation/es_validation_3.jsonl +0 -3
  33. dataset/es/cross_validation/es_validation_4.jsonl +0 -3
  34. dataset/es/es_1000.jsonl +0 -3
  35. dataset/es/es_test.jsonl +0 -3
  36. dataset/es/es_train.jsonl +0 -3
  37. dataset/gr/cross_validation/gr_test_0.jsonl +0 -3
  38. dataset/gr/cross_validation/gr_test_1.jsonl +0 -3
  39. dataset/gr/cross_validation/gr_test_2.jsonl +0 -3
  40. dataset/gr/cross_validation/gr_test_3.jsonl +0 -3
  41. dataset/gr/cross_validation/gr_test_4.jsonl +0 -3
  42. dataset/gr/cross_validation/gr_train_0.jsonl +0 -3
  43. dataset/gr/cross_validation/gr_train_1.jsonl +0 -3
  44. dataset/gr/cross_validation/gr_train_2.jsonl +0 -3
  45. dataset/gr/cross_validation/gr_train_3.jsonl +0 -3
  46. dataset/gr/cross_validation/gr_train_4.jsonl +0 -3
  47. dataset/gr/cross_validation/gr_validation_0.jsonl +0 -3
  48. dataset/gr/cross_validation/gr_validation_1.jsonl +0 -3
  49. dataset/gr/cross_validation/gr_validation_2.jsonl +0 -3
  50. dataset/gr/cross_validation/gr_validation_3.jsonl +0 -3
.gitignore DELETED
@@ -1,2 +0,0 @@
1
- tweet_topic_multi
2
- clean
 
 
 
README.md CHANGED
@@ -1,23 +1,1440 @@
1
  ---
2
  configs:
3
  - config_name: default
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  data_files:
5
  - split: train_en
6
- path: "dataset/en/en_train.jsonl"
7
  language:
8
- - en
9
- - ja
10
- - el
11
- - es
12
  license:
13
- - other
14
  multilinguality:
15
- - monolingual
16
  size_categories:
17
- - 1K<n<10K
18
  task_categories:
19
- - text-classification
20
  pretty_name: xtopic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
  # Dataset Card for "cardiffnlp/tweet_topic_multilingual"
 
1
  ---
2
  configs:
3
  - config_name: default
4
+ - config_name: en
5
+ data_files:
6
+ - split: train
7
+ path: en/train-*
8
+ - split: test
9
+ path: en/test-*
10
+ - split: validation
11
+ path: en/validation-*
12
+ - config_name: en_2022
13
+ data_files:
14
+ - split: train
15
+ path: en_2022/train-*
16
+ - split: validation
17
+ path: en_2022/validation-*
18
+ - config_name: en_cross_validation_0
19
+ data_files:
20
+ - split: train
21
+ path: en_cross_validation_0/train-*
22
+ - split: test
23
+ path: en_cross_validation_0/test-*
24
+ - split: validation
25
+ path: en_cross_validation_0/validation-*
26
+ - config_name: en_cross_validation_1
27
+ data_files:
28
+ - split: train
29
+ path: en_cross_validation_1/train-*
30
+ - split: test
31
+ path: en_cross_validation_1/test-*
32
+ - split: validation
33
+ path: en_cross_validation_1/validation-*
34
+ - config_name: en_cross_validation_2
35
+ data_files:
36
+ - split: train
37
+ path: en_cross_validation_2/train-*
38
+ - split: test
39
+ path: en_cross_validation_2/test-*
40
+ - split: validation
41
+ path: en_cross_validation_2/validation-*
42
+ - config_name: en_cross_validation_3
43
+ data_files:
44
+ - split: train
45
+ path: en_cross_validation_3/train-*
46
+ - split: test
47
+ path: en_cross_validation_3/test-*
48
+ - split: validation
49
+ path: en_cross_validation_3/validation-*
50
+ - config_name: en_cross_validation_4
51
+ data_files:
52
+ - split: train
53
+ path: en_cross_validation_4/train-*
54
+ - split: test
55
+ path: en_cross_validation_4/test-*
56
+ - split: validation
57
+ path: en_cross_validation_4/validation-*
58
+ - config_name: es
59
+ data_files:
60
+ - split: train
61
+ path: es/train-*
62
+ - split: test
63
+ path: es/test-*
64
+ - split: validation
65
+ path: es/validation-*
66
+ - config_name: es_cross_validation_0
67
+ data_files:
68
+ - split: train
69
+ path: es_cross_validation_0/train-*
70
+ - split: test
71
+ path: es_cross_validation_0/test-*
72
+ - split: validation
73
+ path: es_cross_validation_0/validation-*
74
+ - config_name: es_cross_validation_1
75
+ data_files:
76
+ - split: train
77
+ path: es_cross_validation_1/train-*
78
+ - split: test
79
+ path: es_cross_validation_1/test-*
80
+ - split: validation
81
+ path: es_cross_validation_1/validation-*
82
+ - config_name: es_cross_validation_2
83
+ data_files:
84
+ - split: train
85
+ path: es_cross_validation_2/train-*
86
+ - split: test
87
+ path: es_cross_validation_2/test-*
88
+ - split: validation
89
+ path: es_cross_validation_2/validation-*
90
+ - config_name: es_cross_validation_3
91
+ data_files:
92
+ - split: train
93
+ path: es_cross_validation_3/train-*
94
+ - split: test
95
+ path: es_cross_validation_3/test-*
96
+ - split: validation
97
+ path: es_cross_validation_3/validation-*
98
+ - config_name: es_cross_validation_4
99
+ data_files:
100
+ - split: train
101
+ path: es_cross_validation_4/train-*
102
+ - split: test
103
+ path: es_cross_validation_4/test-*
104
+ - split: validation
105
+ path: es_cross_validation_4/validation-*
106
+ - config_name: gr
107
+ data_files:
108
+ - split: train
109
+ path: gr/train-*
110
+ - split: test
111
+ path: gr/test-*
112
+ - split: validation
113
+ path: gr/validation-*
114
+ - config_name: gr_cross_validation_0
115
+ data_files:
116
+ - split: train
117
+ path: gr_cross_validation_0/train-*
118
+ - split: test
119
+ path: gr_cross_validation_0/test-*
120
+ - split: validation
121
+ path: gr_cross_validation_0/validation-*
122
+ - config_name: gr_cross_validation_1
123
+ data_files:
124
+ - split: train
125
+ path: gr_cross_validation_1/train-*
126
+ - split: test
127
+ path: gr_cross_validation_1/test-*
128
+ - split: validation
129
+ path: gr_cross_validation_1/validation-*
130
+ - config_name: gr_cross_validation_2
131
+ data_files:
132
+ - split: train
133
+ path: gr_cross_validation_2/train-*
134
+ - split: test
135
+ path: gr_cross_validation_2/test-*
136
+ - split: validation
137
+ path: gr_cross_validation_2/validation-*
138
+ - config_name: gr_cross_validation_3
139
+ data_files:
140
+ - split: train
141
+ path: gr_cross_validation_3/train-*
142
+ - split: test
143
+ path: gr_cross_validation_3/test-*
144
+ - split: validation
145
+ path: gr_cross_validation_3/validation-*
146
+ - config_name: gr_cross_validation_4
147
+ data_files:
148
+ - split: train
149
+ path: gr_cross_validation_4/train-*
150
+ - split: test
151
+ path: gr_cross_validation_4/test-*
152
+ - split: validation
153
+ path: gr_cross_validation_4/validation-*
154
+ - config_name: ja
155
+ data_files:
156
+ - split: train
157
+ path: ja/train-*
158
+ - split: test
159
+ path: ja/test-*
160
+ - split: validation
161
+ path: ja/validation-*
162
+ - config_name: ja_cross_validation_0
163
+ data_files:
164
+ - split: train
165
+ path: ja_cross_validation_0/train-*
166
+ - split: test
167
+ path: ja_cross_validation_0/test-*
168
+ - split: validation
169
+ path: ja_cross_validation_0/validation-*
170
+ - config_name: ja_cross_validation_1
171
+ data_files:
172
+ - split: train
173
+ path: ja_cross_validation_1/train-*
174
+ - split: test
175
+ path: ja_cross_validation_1/test-*
176
+ - split: validation
177
+ path: ja_cross_validation_1/validation-*
178
+ - config_name: ja_cross_validation_2
179
+ data_files:
180
+ - split: train
181
+ path: ja_cross_validation_2/train-*
182
+ - split: test
183
+ path: ja_cross_validation_2/test-*
184
+ - split: validation
185
+ path: ja_cross_validation_2/validation-*
186
+ - config_name: ja_cross_validation_3
187
+ data_files:
188
+ - split: train
189
+ path: ja_cross_validation_3/train-*
190
+ - split: test
191
+ path: ja_cross_validation_3/test-*
192
+ - split: validation
193
+ path: ja_cross_validation_3/validation-*
194
+ - config_name: ja_cross_validation_4
195
+ data_files:
196
+ - split: train
197
+ path: ja_cross_validation_4/train-*
198
+ - split: test
199
+ path: ja_cross_validation_4/test-*
200
+ - split: validation
201
+ path: ja_cross_validation_4/validation-*
202
+ - config_name: mix
203
+ data_files:
204
+ - split: train
205
+ path: mix/train-*
206
+ - split: validation
207
+ path: mix/validation-*
208
+ - config_name: mix_2022
209
+ data_files:
210
+ - split: train
211
+ path: mix_2022/train-*
212
+ - split: validation
213
+ path: mix_2022/validation-*
214
  data_files:
215
  - split: train_en
216
+ path: dataset/en/en_train.jsonl
217
  language:
218
+ - en
219
+ - ja
220
+ - el
221
+ - es
222
  license:
223
+ - other
224
  multilinguality:
225
+ - monolingual
226
  size_categories:
227
+ - 1K<n<10K
228
  task_categories:
229
+ - text-classification
230
  pretty_name: xtopic
231
+ dataset_info:
232
+ - config_name: en
233
+ features:
234
+ - name: id
235
+ dtype: string
236
+ - name: text
237
+ dtype: string
238
+ - name: label_name_flatten
239
+ dtype: string
240
+ - name: label
241
+ sequence:
242
+ class_label:
243
+ names:
244
+ '0': Arts & Culture
245
+ '1': Business & Entrepreneurs
246
+ '2': Celebrity & Pop Culture
247
+ '3': Diaries & Daily Life
248
+ '4': Family
249
+ '5': Fashion & Style
250
+ '6': Film, TV & Video
251
+ '7': Fitness & Health
252
+ '8': Food & Dining
253
+ '9': Learning & Educational
254
+ '10': News & Social Concern
255
+ '11': Relationships
256
+ '12': Science & Technology
257
+ '13': Youth & Student Life
258
+ '14': Music
259
+ '15': Gaming
260
+ '16': Sports
261
+ '17': Travel & Adventure
262
+ '18': Other Hobbies
263
+ - name: label_name
264
+ sequence: string
265
+ splits:
266
+ - name: train
267
+ num_bytes: 74491
268
+ num_examples: 180
269
+ - name: test
270
+ num_bytes: 333760
271
+ num_examples: 800
272
+ - name: validation
273
+ num_bytes: 8111
274
+ num_examples: 20
275
+ download_size: 156123
276
+ dataset_size: 416362
277
+ - config_name: en_2022
278
+ features:
279
+ - name: id
280
+ dtype: string
281
+ - name: text
282
+ dtype: string
283
+ - name: label_name_flatten
284
+ dtype: string
285
+ - name: label
286
+ sequence:
287
+ class_label:
288
+ names:
289
+ '0': Arts & Culture
290
+ '1': Business & Entrepreneurs
291
+ '2': Celebrity & Pop Culture
292
+ '3': Diaries & Daily Life
293
+ '4': Family
294
+ '5': Fashion & Style
295
+ '6': Film, TV & Video
296
+ '7': Fitness & Health
297
+ '8': Food & Dining
298
+ '9': Learning & Educational
299
+ '10': News & Social Concern
300
+ '11': Relationships
301
+ '12': Science & Technology
302
+ '13': Youth & Student Life
303
+ '14': Music
304
+ '15': Gaming
305
+ '16': Sports
306
+ '17': Travel & Adventure
307
+ '18': Other Hobbies
308
+ - name: label_name
309
+ sequence: string
310
+ splits:
311
+ - name: train
312
+ num_bytes: 4224939
313
+ num_examples: 10140
314
+ - name: validation
315
+ num_bytes: 467023
316
+ num_examples: 1127
317
+ download_size: 1733805
318
+ dataset_size: 4691962
319
+ - config_name: en_cross_validation_0
320
+ features:
321
+ - name: id
322
+ dtype: string
323
+ - name: text
324
+ dtype: string
325
+ - name: label_name_flatten
326
+ dtype: string
327
+ - name: label
328
+ sequence:
329
+ class_label:
330
+ names:
331
+ '0': Arts & Culture
332
+ '1': Business & Entrepreneurs
333
+ '2': Celebrity & Pop Culture
334
+ '3': Diaries & Daily Life
335
+ '4': Family
336
+ '5': Fashion & Style
337
+ '6': Film, TV & Video
338
+ '7': Fitness & Health
339
+ '8': Food & Dining
340
+ '9': Learning & Educational
341
+ '10': News & Social Concern
342
+ '11': Relationships
343
+ '12': Science & Technology
344
+ '13': Youth & Student Life
345
+ '14': Music
346
+ '15': Gaming
347
+ '16': Sports
348
+ '17': Travel & Adventure
349
+ '18': Other Hobbies
350
+ - name: label_name
351
+ sequence: string
352
+ splits:
353
+ - name: train
354
+ num_bytes: 300078
355
+ num_examples: 720
356
+ - name: test
357
+ num_bytes: 83610
358
+ num_examples: 200
359
+ - name: validation
360
+ num_bytes: 32674
361
+ num_examples: 80
362
+ download_size: 156139
363
+ dataset_size: 416362
364
+ - config_name: en_cross_validation_1
365
+ features:
366
+ - name: id
367
+ dtype: string
368
+ - name: text
369
+ dtype: string
370
+ - name: label_name_flatten
371
+ dtype: string
372
+ - name: label
373
+ sequence:
374
+ class_label:
375
+ names:
376
+ '0': Arts & Culture
377
+ '1': Business & Entrepreneurs
378
+ '2': Celebrity & Pop Culture
379
+ '3': Diaries & Daily Life
380
+ '4': Family
381
+ '5': Fashion & Style
382
+ '6': Film, TV & Video
383
+ '7': Fitness & Health
384
+ '8': Food & Dining
385
+ '9': Learning & Educational
386
+ '10': News & Social Concern
387
+ '11': Relationships
388
+ '12': Science & Technology
389
+ '13': Youth & Student Life
390
+ '14': Music
391
+ '15': Gaming
392
+ '16': Sports
393
+ '17': Travel & Adventure
394
+ '18': Other Hobbies
395
+ - name: label_name
396
+ sequence: string
397
+ splits:
398
+ - name: train
399
+ num_bytes: 299528
400
+ num_examples: 720
401
+ - name: test
402
+ num_bytes: 83721
403
+ num_examples: 200
404
+ - name: validation
405
+ num_bytes: 33113
406
+ num_examples: 80
407
+ download_size: 157259
408
+ dataset_size: 416362
409
+ - config_name: en_cross_validation_2
410
+ features:
411
+ - name: id
412
+ dtype: string
413
+ - name: text
414
+ dtype: string
415
+ - name: label_name_flatten
416
+ dtype: string
417
+ - name: label
418
+ sequence:
419
+ class_label:
420
+ names:
421
+ '0': Arts & Culture
422
+ '1': Business & Entrepreneurs
423
+ '2': Celebrity & Pop Culture
424
+ '3': Diaries & Daily Life
425
+ '4': Family
426
+ '5': Fashion & Style
427
+ '6': Film, TV & Video
428
+ '7': Fitness & Health
429
+ '8': Food & Dining
430
+ '9': Learning & Educational
431
+ '10': News & Social Concern
432
+ '11': Relationships
433
+ '12': Science & Technology
434
+ '13': Youth & Student Life
435
+ '14': Music
436
+ '15': Gaming
437
+ '16': Sports
438
+ '17': Travel & Adventure
439
+ '18': Other Hobbies
440
+ - name: label_name
441
+ sequence: string
442
+ splits:
443
+ - name: train
444
+ num_bytes: 300161
445
+ num_examples: 720
446
+ - name: test
447
+ num_bytes: 82465
448
+ num_examples: 200
449
+ - name: validation
450
+ num_bytes: 33736
451
+ num_examples: 80
452
+ download_size: 157627
453
+ dataset_size: 416362
454
+ - config_name: en_cross_validation_3
455
+ features:
456
+ - name: id
457
+ dtype: string
458
+ - name: text
459
+ dtype: string
460
+ - name: label_name_flatten
461
+ dtype: string
462
+ - name: label
463
+ sequence:
464
+ class_label:
465
+ names:
466
+ '0': Arts & Culture
467
+ '1': Business & Entrepreneurs
468
+ '2': Celebrity & Pop Culture
469
+ '3': Diaries & Daily Life
470
+ '4': Family
471
+ '5': Fashion & Style
472
+ '6': Film, TV & Video
473
+ '7': Fitness & Health
474
+ '8': Food & Dining
475
+ '9': Learning & Educational
476
+ '10': News & Social Concern
477
+ '11': Relationships
478
+ '12': Science & Technology
479
+ '13': Youth & Student Life
480
+ '14': Music
481
+ '15': Gaming
482
+ '16': Sports
483
+ '17': Travel & Adventure
484
+ '18': Other Hobbies
485
+ - name: label_name
486
+ sequence: string
487
+ splits:
488
+ - name: train
489
+ num_bytes: 299338
490
+ num_examples: 720
491
+ - name: test
492
+ num_bytes: 82588
493
+ num_examples: 200
494
+ - name: validation
495
+ num_bytes: 34436
496
+ num_examples: 80
497
+ download_size: 157302
498
+ dataset_size: 416362
499
+ - config_name: en_cross_validation_4
500
+ features:
501
+ - name: id
502
+ dtype: string
503
+ - name: text
504
+ dtype: string
505
+ - name: label_name_flatten
506
+ dtype: string
507
+ - name: label
508
+ sequence:
509
+ class_label:
510
+ names:
511
+ '0': Arts & Culture
512
+ '1': Business & Entrepreneurs
513
+ '2': Celebrity & Pop Culture
514
+ '3': Diaries & Daily Life
515
+ '4': Family
516
+ '5': Fashion & Style
517
+ '6': Film, TV & Video
518
+ '7': Fitness & Health
519
+ '8': Food & Dining
520
+ '9': Learning & Educational
521
+ '10': News & Social Concern
522
+ '11': Relationships
523
+ '12': Science & Technology
524
+ '13': Youth & Student Life
525
+ '14': Music
526
+ '15': Gaming
527
+ '16': Sports
528
+ '17': Travel & Adventure
529
+ '18': Other Hobbies
530
+ - name: label_name
531
+ sequence: string
532
+ splits:
533
+ - name: train
534
+ num_bytes: 299227
535
+ num_examples: 720
536
+ - name: test
537
+ num_bytes: 83978
538
+ num_examples: 200
539
+ - name: validation
540
+ num_bytes: 33157
541
+ num_examples: 80
542
+ download_size: 156467
543
+ dataset_size: 416362
544
+ - config_name: es
545
+ features:
546
+ - name: id
547
+ dtype: string
548
+ - name: text
549
+ dtype: string
550
+ - name: label_name_flatten
551
+ dtype: string
552
+ - name: label
553
+ sequence:
554
+ class_label:
555
+ names:
556
+ '0': Arts & Culture
557
+ '1': Business & Entrepreneurs
558
+ '2': Celebrity & Pop Culture
559
+ '3': Diaries & Daily Life
560
+ '4': Family
561
+ '5': Fashion & Style
562
+ '6': Film, TV & Video
563
+ '7': Fitness & Health
564
+ '8': Food & Dining
565
+ '9': Learning & Educational
566
+ '10': News & Social Concern
567
+ '11': Relationships
568
+ '12': Science & Technology
569
+ '13': Youth & Student Life
570
+ '14': Music
571
+ '15': Gaming
572
+ '16': Sports
573
+ '17': Travel & Adventure
574
+ '18': Other Hobbies
575
+ - name: label_name
576
+ sequence: string
577
+ splits:
578
+ - name: train
579
+ num_bytes: 71343
580
+ num_examples: 180
581
+ - name: test
582
+ num_bytes: 316777
583
+ num_examples: 800
584
+ - name: validation
585
+ num_bytes: 7947
586
+ num_examples: 20
587
+ download_size: 134590
588
+ dataset_size: 396067
589
+ - config_name: es_cross_validation_0
590
+ features:
591
+ - name: id
592
+ dtype: string
593
+ - name: text
594
+ dtype: string
595
+ - name: label_name_flatten
596
+ dtype: string
597
+ - name: label
598
+ sequence:
599
+ class_label:
600
+ names:
601
+ '0': Arts & Culture
602
+ '1': Business & Entrepreneurs
603
+ '2': Celebrity & Pop Culture
604
+ '3': Diaries & Daily Life
605
+ '4': Family
606
+ '5': Fashion & Style
607
+ '6': Film, TV & Video
608
+ '7': Fitness & Health
609
+ '8': Food & Dining
610
+ '9': Learning & Educational
611
+ '10': News & Social Concern
612
+ '11': Relationships
613
+ '12': Science & Technology
614
+ '13': Youth & Student Life
615
+ '14': Music
616
+ '15': Gaming
617
+ '16': Sports
618
+ '17': Travel & Adventure
619
+ '18': Other Hobbies
620
+ - name: label_name
621
+ sequence: string
622
+ splits:
623
+ - name: train
624
+ num_bytes: 284832
625
+ num_examples: 720
626
+ - name: test
627
+ num_bytes: 78907
628
+ num_examples: 200
629
+ - name: validation
630
+ num_bytes: 32328
631
+ num_examples: 80
632
+ download_size: 135097
633
+ dataset_size: 396067
634
+ - config_name: es_cross_validation_1
635
+ features:
636
+ - name: id
637
+ dtype: string
638
+ - name: text
639
+ dtype: string
640
+ - name: label_name_flatten
641
+ dtype: string
642
+ - name: label
643
+ sequence:
644
+ class_label:
645
+ names:
646
+ '0': Arts & Culture
647
+ '1': Business & Entrepreneurs
648
+ '2': Celebrity & Pop Culture
649
+ '3': Diaries & Daily Life
650
+ '4': Family
651
+ '5': Fashion & Style
652
+ '6': Film, TV & Video
653
+ '7': Fitness & Health
654
+ '8': Food & Dining
655
+ '9': Learning & Educational
656
+ '10': News & Social Concern
657
+ '11': Relationships
658
+ '12': Science & Technology
659
+ '13': Youth & Student Life
660
+ '14': Music
661
+ '15': Gaming
662
+ '16': Sports
663
+ '17': Travel & Adventure
664
+ '18': Other Hobbies
665
+ - name: label_name
666
+ sequence: string
667
+ splits:
668
+ - name: train
669
+ num_bytes: 288027
670
+ num_examples: 720
671
+ - name: test
672
+ num_bytes: 76196
673
+ num_examples: 200
674
+ - name: validation
675
+ num_bytes: 31844
676
+ num_examples: 80
677
+ download_size: 134736
678
+ dataset_size: 396067
679
+ - config_name: es_cross_validation_2
680
+ features:
681
+ - name: id
682
+ dtype: string
683
+ - name: text
684
+ dtype: string
685
+ - name: label_name_flatten
686
+ dtype: string
687
+ - name: label
688
+ sequence:
689
+ class_label:
690
+ names:
691
+ '0': Arts & Culture
692
+ '1': Business & Entrepreneurs
693
+ '2': Celebrity & Pop Culture
694
+ '3': Diaries & Daily Life
695
+ '4': Family
696
+ '5': Fashion & Style
697
+ '6': Film, TV & Video
698
+ '7': Fitness & Health
699
+ '8': Food & Dining
700
+ '9': Learning & Educational
701
+ '10': News & Social Concern
702
+ '11': Relationships
703
+ '12': Science & Technology
704
+ '13': Youth & Student Life
705
+ '14': Music
706
+ '15': Gaming
707
+ '16': Sports
708
+ '17': Travel & Adventure
709
+ '18': Other Hobbies
710
+ - name: label_name
711
+ sequence: string
712
+ splits:
713
+ - name: train
714
+ num_bytes: 286389
715
+ num_examples: 720
716
+ - name: test
717
+ num_bytes: 79291
718
+ num_examples: 200
719
+ - name: validation
720
+ num_bytes: 30387
721
+ num_examples: 80
722
+ download_size: 135092
723
+ dataset_size: 396067
724
+ - config_name: es_cross_validation_3
725
+ features:
726
+ - name: id
727
+ dtype: string
728
+ - name: text
729
+ dtype: string
730
+ - name: label_name_flatten
731
+ dtype: string
732
+ - name: label
733
+ sequence:
734
+ class_label:
735
+ names:
736
+ '0': Arts & Culture
737
+ '1': Business & Entrepreneurs
738
+ '2': Celebrity & Pop Culture
739
+ '3': Diaries & Daily Life
740
+ '4': Family
741
+ '5': Fashion & Style
742
+ '6': Film, TV & Video
743
+ '7': Fitness & Health
744
+ '8': Food & Dining
745
+ '9': Learning & Educational
746
+ '10': News & Social Concern
747
+ '11': Relationships
748
+ '12': Science & Technology
749
+ '13': Youth & Student Life
750
+ '14': Music
751
+ '15': Gaming
752
+ '16': Sports
753
+ '17': Travel & Adventure
754
+ '18': Other Hobbies
755
+ - name: label_name
756
+ sequence: string
757
+ splits:
758
+ - name: train
759
+ num_bytes: 285926
760
+ num_examples: 720
761
+ - name: test
762
+ num_bytes: 79652
763
+ num_examples: 200
764
+ - name: validation
765
+ num_bytes: 30489
766
+ num_examples: 80
767
+ download_size: 134724
768
+ dataset_size: 396067
769
+ - config_name: es_cross_validation_4
770
+ features:
771
+ - name: id
772
+ dtype: string
773
+ - name: text
774
+ dtype: string
775
+ - name: label_name_flatten
776
+ dtype: string
777
+ - name: label
778
+ sequence:
779
+ class_label:
780
+ names:
781
+ '0': Arts & Culture
782
+ '1': Business & Entrepreneurs
783
+ '2': Celebrity & Pop Culture
784
+ '3': Diaries & Daily Life
785
+ '4': Family
786
+ '5': Fashion & Style
787
+ '6': Film, TV & Video
788
+ '7': Fitness & Health
789
+ '8': Food & Dining
790
+ '9': Learning & Educational
791
+ '10': News & Social Concern
792
+ '11': Relationships
793
+ '12': Science & Technology
794
+ '13': Youth & Student Life
795
+ '14': Music
796
+ '15': Gaming
797
+ '16': Sports
798
+ '17': Travel & Adventure
799
+ '18': Other Hobbies
800
+ - name: label_name
801
+ sequence: string
802
+ splits:
803
+ - name: train
804
+ num_bytes: 283267
805
+ num_examples: 720
806
+ - name: test
807
+ num_bytes: 82021
808
+ num_examples: 200
809
+ - name: validation
810
+ num_bytes: 30779
811
+ num_examples: 80
812
+ download_size: 135103
813
+ dataset_size: 396067
814
+ - config_name: gr
815
+ features:
816
+ - name: id
817
+ dtype: string
818
+ - name: text
819
+ dtype: string
820
+ - name: label_name_flatten
821
+ dtype: string
822
+ - name: label
823
+ sequence:
824
+ class_label:
825
+ names:
826
+ '0': Arts & Culture
827
+ '1': Business & Entrepreneurs
828
+ '2': Celebrity & Pop Culture
829
+ '3': Diaries & Daily Life
830
+ '4': Family
831
+ '5': Fashion & Style
832
+ '6': Film, TV & Video
833
+ '7': Fitness & Health
834
+ '8': Food & Dining
835
+ '9': Learning & Educational
836
+ '10': News & Social Concern
837
+ '11': Relationships
838
+ '12': Science & Technology
839
+ '13': Youth & Student Life
840
+ '14': Music
841
+ '15': Gaming
842
+ '16': Sports
843
+ '17': Travel & Adventure
844
+ '18': Other Hobbies
845
+ - name: label_name
846
+ sequence: string
847
+ splits:
848
+ - name: train
849
+ num_bytes: 109551
850
+ num_examples: 180
851
+ - name: test
852
+ num_bytes: 489277
853
+ num_examples: 800
854
+ - name: validation
855
+ num_bytes: 12369
856
+ num_examples: 20
857
+ download_size: 193970
858
+ dataset_size: 611197
859
+ - config_name: gr_cross_validation_0
860
+ features:
861
+ - name: id
862
+ dtype: string
863
+ - name: text
864
+ dtype: string
865
+ - name: label_name_flatten
866
+ dtype: string
867
+ - name: label
868
+ sequence:
869
+ class_label:
870
+ names:
871
+ '0': Arts & Culture
872
+ '1': Business & Entrepreneurs
873
+ '2': Celebrity & Pop Culture
874
+ '3': Diaries & Daily Life
875
+ '4': Family
876
+ '5': Fashion & Style
877
+ '6': Film, TV & Video
878
+ '7': Fitness & Health
879
+ '8': Food & Dining
880
+ '9': Learning & Educational
881
+ '10': News & Social Concern
882
+ '11': Relationships
883
+ '12': Science & Technology
884
+ '13': Youth & Student Life
885
+ '14': Music
886
+ '15': Gaming
887
+ '16': Sports
888
+ '17': Travel & Adventure
889
+ '18': Other Hobbies
890
+ - name: label_name
891
+ sequence: string
892
+ splits:
893
+ - name: train
894
+ num_bytes: 433988
895
+ num_examples: 720
896
+ - name: test
897
+ num_bytes: 127144
898
+ num_examples: 200
899
+ - name: validation
900
+ num_bytes: 50065
901
+ num_examples: 80
902
+ download_size: 193281
903
+ dataset_size: 611197
904
+ - config_name: gr_cross_validation_1
905
+ features:
906
+ - name: id
907
+ dtype: string
908
+ - name: text
909
+ dtype: string
910
+ - name: label_name_flatten
911
+ dtype: string
912
+ - name: label
913
+ sequence:
914
+ class_label:
915
+ names:
916
+ '0': Arts & Culture
917
+ '1': Business & Entrepreneurs
918
+ '2': Celebrity & Pop Culture
919
+ '3': Diaries & Daily Life
920
+ '4': Family
921
+ '5': Fashion & Style
922
+ '6': Film, TV & Video
923
+ '7': Fitness & Health
924
+ '8': Food & Dining
925
+ '9': Learning & Educational
926
+ '10': News & Social Concern
927
+ '11': Relationships
928
+ '12': Science & Technology
929
+ '13': Youth & Student Life
930
+ '14': Music
931
+ '15': Gaming
932
+ '16': Sports
933
+ '17': Travel & Adventure
934
+ '18': Other Hobbies
935
+ - name: label_name
936
+ sequence: string
937
+ splits:
938
+ - name: train
939
+ num_bytes: 440376
940
+ num_examples: 720
941
+ - name: test
942
+ num_bytes: 121432
943
+ num_examples: 200
944
+ - name: validation
945
+ num_bytes: 49389
946
+ num_examples: 80
947
+ download_size: 192350
948
+ dataset_size: 611197
949
+ - config_name: gr_cross_validation_2
950
+ features:
951
+ - name: id
952
+ dtype: string
953
+ - name: text
954
+ dtype: string
955
+ - name: label_name_flatten
956
+ dtype: string
957
+ - name: label
958
+ sequence:
959
+ class_label:
960
+ names:
961
+ '0': Arts & Culture
962
+ '1': Business & Entrepreneurs
963
+ '2': Celebrity & Pop Culture
964
+ '3': Diaries & Daily Life
965
+ '4': Family
966
+ '5': Fashion & Style
967
+ '6': Film, TV & Video
968
+ '7': Fitness & Health
969
+ '8': Food & Dining
970
+ '9': Learning & Educational
971
+ '10': News & Social Concern
972
+ '11': Relationships
973
+ '12': Science & Technology
974
+ '13': Youth & Student Life
975
+ '14': Music
976
+ '15': Gaming
977
+ '16': Sports
978
+ '17': Travel & Adventure
979
+ '18': Other Hobbies
980
+ - name: label_name
981
+ sequence: string
982
+ splits:
983
+ - name: train
984
+ num_bytes: 439664
985
+ num_examples: 720
986
+ - name: test
987
+ num_bytes: 123003
988
+ num_examples: 200
989
+ - name: validation
990
+ num_bytes: 48530
991
+ num_examples: 80
992
+ download_size: 192425
993
+ dataset_size: 611197
994
+ - config_name: gr_cross_validation_3
995
+ features:
996
+ - name: id
997
+ dtype: string
998
+ - name: text
999
+ dtype: string
1000
+ - name: label_name_flatten
1001
+ dtype: string
1002
+ - name: label
1003
+ sequence:
1004
+ class_label:
1005
+ names:
1006
+ '0': Arts & Culture
1007
+ '1': Business & Entrepreneurs
1008
+ '2': Celebrity & Pop Culture
1009
+ '3': Diaries & Daily Life
1010
+ '4': Family
1011
+ '5': Fashion & Style
1012
+ '6': Film, TV & Video
1013
+ '7': Fitness & Health
1014
+ '8': Food & Dining
1015
+ '9': Learning & Educational
1016
+ '10': News & Social Concern
1017
+ '11': Relationships
1018
+ '12': Science & Technology
1019
+ '13': Youth & Student Life
1020
+ '14': Music
1021
+ '15': Gaming
1022
+ '16': Sports
1023
+ '17': Travel & Adventure
1024
+ '18': Other Hobbies
1025
+ - name: label_name
1026
+ sequence: string
1027
+ splits:
1028
+ - name: train
1029
+ num_bytes: 442091
1030
+ num_examples: 720
1031
+ - name: test
1032
+ num_bytes: 119730
1033
+ num_examples: 200
1034
+ - name: validation
1035
+ num_bytes: 49376
1036
+ num_examples: 80
1037
+ download_size: 193008
1038
+ dataset_size: 611197
1039
+ - config_name: gr_cross_validation_4
1040
+ features:
1041
+ - name: id
1042
+ dtype: string
1043
+ - name: text
1044
+ dtype: string
1045
+ - name: label_name_flatten
1046
+ dtype: string
1047
+ - name: label
1048
+ sequence:
1049
+ class_label:
1050
+ names:
1051
+ '0': Arts & Culture
1052
+ '1': Business & Entrepreneurs
1053
+ '2': Celebrity & Pop Culture
1054
+ '3': Diaries & Daily Life
1055
+ '4': Family
1056
+ '5': Fashion & Style
1057
+ '6': Film, TV & Video
1058
+ '7': Fitness & Health
1059
+ '8': Food & Dining
1060
+ '9': Learning & Educational
1061
+ '10': News & Social Concern
1062
+ '11': Relationships
1063
+ '12': Science & Technology
1064
+ '13': Youth & Student Life
1065
+ '14': Music
1066
+ '15': Gaming
1067
+ '16': Sports
1068
+ '17': Travel & Adventure
1069
+ '18': Other Hobbies
1070
+ - name: label_name
1071
+ sequence: string
1072
+ splits:
1073
+ - name: train
1074
+ num_bytes: 442882
1075
+ num_examples: 720
1076
+ - name: test
1077
+ num_bytes: 119888
1078
+ num_examples: 200
1079
+ - name: validation
1080
+ num_bytes: 48427
1081
+ num_examples: 80
1082
+ download_size: 192902
1083
+ dataset_size: 611197
1084
+ - config_name: ja
1085
+ features:
1086
+ - name: id
1087
+ dtype: string
1088
+ - name: text
1089
+ dtype: string
1090
+ - name: label_name_flatten
1091
+ dtype: string
1092
+ - name: label
1093
+ sequence:
1094
+ class_label:
1095
+ names:
1096
+ '0': Arts & Culture
1097
+ '1': Business & Entrepreneurs
1098
+ '2': Celebrity & Pop Culture
1099
+ '3': Diaries & Daily Life
1100
+ '4': Family
1101
+ '5': Fashion & Style
1102
+ '6': Film, TV & Video
1103
+ '7': Fitness & Health
1104
+ '8': Food & Dining
1105
+ '9': Learning & Educational
1106
+ '10': News & Social Concern
1107
+ '11': Relationships
1108
+ '12': Science & Technology
1109
+ '13': Youth & Student Life
1110
+ '14': Music
1111
+ '15': Gaming
1112
+ '16': Sports
1113
+ '17': Travel & Adventure
1114
+ '18': Other Hobbies
1115
+ - name: label_name
1116
+ sequence: string
1117
+ splits:
1118
+ - name: train
1119
+ num_bytes: 66198
1120
+ num_examples: 180
1121
+ - name: test
1122
+ num_bytes: 294184
1123
+ num_examples: 800
1124
+ - name: validation
1125
+ num_bytes: 7621
1126
+ num_examples: 20
1127
+ download_size: 129016
1128
+ dataset_size: 368003
1129
+ - config_name: ja_cross_validation_0
1130
+ features:
1131
+ - name: id
1132
+ dtype: string
1133
+ - name: text
1134
+ dtype: string
1135
+ - name: label_name_flatten
1136
+ dtype: string
1137
+ - name: label
1138
+ sequence:
1139
+ class_label:
1140
+ names:
1141
+ '0': Arts & Culture
1142
+ '1': Business & Entrepreneurs
1143
+ '2': Celebrity & Pop Culture
1144
+ '3': Diaries & Daily Life
1145
+ '4': Family
1146
+ '5': Fashion & Style
1147
+ '6': Film, TV & Video
1148
+ '7': Fitness & Health
1149
+ '8': Food & Dining
1150
+ '9': Learning & Educational
1151
+ '10': News & Social Concern
1152
+ '11': Relationships
1153
+ '12': Science & Technology
1154
+ '13': Youth & Student Life
1155
+ '14': Music
1156
+ '15': Gaming
1157
+ '16': Sports
1158
+ '17': Travel & Adventure
1159
+ '18': Other Hobbies
1160
+ - name: label_name
1161
+ sequence: string
1162
+ splits:
1163
+ - name: train
1164
+ num_bytes: 264807
1165
+ num_examples: 720
1166
+ - name: test
1167
+ num_bytes: 73492
1168
+ num_examples: 200
1169
+ - name: validation
1170
+ num_bytes: 29704
1171
+ num_examples: 80
1172
+ download_size: 129725
1173
+ dataset_size: 368003
1174
+ - config_name: ja_cross_validation_1
1175
+ features:
1176
+ - name: id
1177
+ dtype: string
1178
+ - name: text
1179
+ dtype: string
1180
+ - name: label_name_flatten
1181
+ dtype: string
1182
+ - name: label
1183
+ sequence:
1184
+ class_label:
1185
+ names:
1186
+ '0': Arts & Culture
1187
+ '1': Business & Entrepreneurs
1188
+ '2': Celebrity & Pop Culture
1189
+ '3': Diaries & Daily Life
1190
+ '4': Family
1191
+ '5': Fashion & Style
1192
+ '6': Film, TV & Video
1193
+ '7': Fitness & Health
1194
+ '8': Food & Dining
1195
+ '9': Learning & Educational
1196
+ '10': News & Social Concern
1197
+ '11': Relationships
1198
+ '12': Science & Technology
1199
+ '13': Youth & Student Life
1200
+ '14': Music
1201
+ '15': Gaming
1202
+ '16': Sports
1203
+ '17': Travel & Adventure
1204
+ '18': Other Hobbies
1205
+ - name: label_name
1206
+ sequence: string
1207
+ splits:
1208
+ - name: train
1209
+ num_bytes: 264528
1210
+ num_examples: 720
1211
+ - name: test
1212
+ num_bytes: 73144
1213
+ num_examples: 200
1214
+ - name: validation
1215
+ num_bytes: 30331
1216
+ num_examples: 80
1217
+ download_size: 129816
1218
+ dataset_size: 368003
1219
+ - config_name: ja_cross_validation_2
1220
+ features:
1221
+ - name: id
1222
+ dtype: string
1223
+ - name: text
1224
+ dtype: string
1225
+ - name: label_name_flatten
1226
+ dtype: string
1227
+ - name: label
1228
+ sequence:
1229
+ class_label:
1230
+ names:
1231
+ '0': Arts & Culture
1232
+ '1': Business & Entrepreneurs
1233
+ '2': Celebrity & Pop Culture
1234
+ '3': Diaries & Daily Life
1235
+ '4': Family
1236
+ '5': Fashion & Style
1237
+ '6': Film, TV & Video
1238
+ '7': Fitness & Health
1239
+ '8': Food & Dining
1240
+ '9': Learning & Educational
1241
+ '10': News & Social Concern
1242
+ '11': Relationships
1243
+ '12': Science & Technology
1244
+ '13': Youth & Student Life
1245
+ '14': Music
1246
+ '15': Gaming
1247
+ '16': Sports
1248
+ '17': Travel & Adventure
1249
+ '18': Other Hobbies
1250
+ - name: label_name
1251
+ sequence: string
1252
+ splits:
1253
+ - name: train
1254
+ num_bytes: 265599
1255
+ num_examples: 720
1256
+ - name: test
1257
+ num_bytes: 72220
1258
+ num_examples: 200
1259
+ - name: validation
1260
+ num_bytes: 30184
1261
+ num_examples: 80
1262
+ download_size: 129064
1263
+ dataset_size: 368003
1264
+ - config_name: ja_cross_validation_3
1265
+ features:
1266
+ - name: id
1267
+ dtype: string
1268
+ - name: text
1269
+ dtype: string
1270
+ - name: label_name_flatten
1271
+ dtype: string
1272
+ - name: label
1273
+ sequence:
1274
+ class_label:
1275
+ names:
1276
+ '0': Arts & Culture
1277
+ '1': Business & Entrepreneurs
1278
+ '2': Celebrity & Pop Culture
1279
+ '3': Diaries & Daily Life
1280
+ '4': Family
1281
+ '5': Fashion & Style
1282
+ '6': Film, TV & Video
1283
+ '7': Fitness & Health
1284
+ '8': Food & Dining
1285
+ '9': Learning & Educational
1286
+ '10': News & Social Concern
1287
+ '11': Relationships
1288
+ '12': Science & Technology
1289
+ '13': Youth & Student Life
1290
+ '14': Music
1291
+ '15': Gaming
1292
+ '16': Sports
1293
+ '17': Travel & Adventure
1294
+ '18': Other Hobbies
1295
+ - name: label_name
1296
+ sequence: string
1297
+ splits:
1298
+ - name: train
1299
+ num_bytes: 261667
1300
+ num_examples: 720
1301
+ - name: test
1302
+ num_bytes: 75895
1303
+ num_examples: 200
1304
+ - name: validation
1305
+ num_bytes: 30441
1306
+ num_examples: 80
1307
+ download_size: 129410
1308
+ dataset_size: 368003
1309
+ - config_name: ja_cross_validation_4
1310
+ features:
1311
+ - name: id
1312
+ dtype: string
1313
+ - name: text
1314
+ dtype: string
1315
+ - name: label_name_flatten
1316
+ dtype: string
1317
+ - name: label
1318
+ sequence:
1319
+ class_label:
1320
+ names:
1321
+ '0': Arts & Culture
1322
+ '1': Business & Entrepreneurs
1323
+ '2': Celebrity & Pop Culture
1324
+ '3': Diaries & Daily Life
1325
+ '4': Family
1326
+ '5': Fashion & Style
1327
+ '6': Film, TV & Video
1328
+ '7': Fitness & Health
1329
+ '8': Food & Dining
1330
+ '9': Learning & Educational
1331
+ '10': News & Social Concern
1332
+ '11': Relationships
1333
+ '12': Science & Technology
1334
+ '13': Youth & Student Life
1335
+ '14': Music
1336
+ '15': Gaming
1337
+ '16': Sports
1338
+ '17': Travel & Adventure
1339
+ '18': Other Hobbies
1340
+ - name: label_name
1341
+ sequence: string
1342
+ splits:
1343
+ - name: train
1344
+ num_bytes: 264397
1345
+ num_examples: 720
1346
+ - name: test
1347
+ num_bytes: 73252
1348
+ num_examples: 200
1349
+ - name: validation
1350
+ num_bytes: 30354
1351
+ num_examples: 80
1352
+ download_size: 129674
1353
+ dataset_size: 368003
1354
+ - config_name: mix
1355
+ features:
1356
+ - name: id
1357
+ dtype: string
1358
+ - name: text
1359
+ dtype: string
1360
+ - name: label_name_flatten
1361
+ dtype: string
1362
+ - name: label
1363
+ sequence:
1364
+ class_label:
1365
+ names:
1366
+ '0': Arts & Culture
1367
+ '1': Business & Entrepreneurs
1368
+ '2': Celebrity & Pop Culture
1369
+ '3': Diaries & Daily Life
1370
+ '4': Family
1371
+ '5': Fashion & Style
1372
+ '6': Film, TV & Video
1373
+ '7': Fitness & Health
1374
+ '8': Food & Dining
1375
+ '9': Learning & Educational
1376
+ '10': News & Social Concern
1377
+ '11': Relationships
1378
+ '12': Science & Technology
1379
+ '13': Youth & Student Life
1380
+ '14': Music
1381
+ '15': Gaming
1382
+ '16': Sports
1383
+ '17': Travel & Adventure
1384
+ '18': Other Hobbies
1385
+ - name: label_name
1386
+ sequence: string
1387
+ splits:
1388
+ - name: train
1389
+ num_bytes: 321583
1390
+ num_examples: 720
1391
+ - name: validation
1392
+ num_bytes: 36048
1393
+ num_examples: 80
1394
+ download_size: 128524
1395
+ dataset_size: 357631
1396
+ - config_name: mix_2022
1397
+ features:
1398
+ - name: id
1399
+ dtype: string
1400
+ - name: text
1401
+ dtype: string
1402
+ - name: label_name_flatten
1403
+ dtype: string
1404
+ - name: label
1405
+ sequence:
1406
+ class_label:
1407
+ names:
1408
+ '0': Arts & Culture
1409
+ '1': Business & Entrepreneurs
1410
+ '2': Celebrity & Pop Culture
1411
+ '3': Diaries & Daily Life
1412
+ '4': Family
1413
+ '5': Fashion & Style
1414
+ '6': Film, TV & Video
1415
+ '7': Fitness & Health
1416
+ '8': Food & Dining
1417
+ '9': Learning & Educational
1418
+ '10': News & Social Concern
1419
+ '11': Relationships
1420
+ '12': Science & Technology
1421
+ '13': Youth & Student Life
1422
+ '14': Music
1423
+ '15': Gaming
1424
+ '16': Sports
1425
+ '17': Travel & Adventure
1426
+ '18': Other Hobbies
1427
+ - name: label_name
1428
+ sequence: string
1429
+ splits:
1430
+ - name: train
1431
+ num_bytes: 4546522
1432
+ num_examples: 10860
1433
+ - name: validation
1434
+ num_bytes: 503071
1435
+ num_examples: 1207
1436
+ download_size: 1854400
1437
+ dataset_size: 5049593
1438
  ---
1439
 
1440
  # Dataset Card for "cardiffnlp/tweet_topic_multilingual"
dataset/en/cross_validation/en_test_4.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b18aef5a77320116db6a7e4e6ada64c2dbcb78c5fbce30e0cca5dc744c91d994
3
- size 77034
 
 
 
 
dataset/en/cross_validation/en_train_0.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:91974e16a7b9d24a76c15a88b3763aecd14dbf8da8e2d422ceb69549c016497a
3
- size 275312
 
 
 
 
dataset/en/cross_validation/en_train_1.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:345d30070f908748b97e4642ea8b746ec5a89f133d5a498df1a69f911867f596
3
- size 274921
 
 
 
 
dataset/en/cross_validation/en_train_2.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ddf6b1d19a913448d10611d0f7d5b60b6898504262096c2021a495662a57f03
3
- size 275228
 
 
 
 
dataset/en/cross_validation/en_train_3.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3faf923cd2996799c61b3c496cfa3ad0c1544cb351de3d80e13af1da89aa1dc0
3
- size 274578
 
 
 
 
dataset/en/cross_validation/en_train_4.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7927ae73226b8311f2c84e9f1940d782f28212dd4a5a9b790bdee7a7d27317f7
3
- size 274571
 
 
 
 
dataset/en/cross_validation/en_validation_0.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:adab89cc5a15f3408590f0952df8d47071eb57af4a3692c08af98c0abe8c3293
3
- size 29877
 
 
 
 
dataset/en/cross_validation/en_validation_1.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7dd9adc86f74b431fc8f5c122ab324e28905f3f0a9fd3347b9a882ac6a4fea97
3
- size 30323
 
 
 
 
dataset/en/cross_validation/en_validation_2.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c37477832c0db3b244bfec6803dcf607ea7cf2c2b64b1c9591e7714fecf9be6b
3
- size 30980
 
 
 
 
dataset/en/cross_validation/en_validation_3.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:afb011e71815bd7b269052310ff3167c4f67f86a86cf8e71a2e1f8f1b8f5a065
3
- size 31676
 
 
 
 
dataset/en/cross_validation/en_validation_4.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9eb452f608f0645f06b1e052f3088e2b93f906f0c506c8fb3c58209ef141679
3
- size 30348
 
 
 
 
dataset/en/en_1000.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f28c5af03d2a85e6e5a3be8d758ed757f9157e759ea98cc76907f600501c6f88
3
- size 381955
 
 
 
 
dataset/en/en_test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff08d6d440470334cdc76698fd742163c15ff8e8681f0a2c0b61db6335f40693
3
- size 306291
 
 
 
 
dataset/en/en_train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1cadb623c044b96ed33e69b5bdf2680740dbb14955d3193d138982cac4538d45
3
- size 68152
 
 
 
 
dataset/en_2022/train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba12d58faadbd489956952d47e7521edbc73cf91b3647658298aa26ec95272be
3
- size 3854633
 
 
 
 
dataset/en_2022/validation.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad3527b252fec1b35de9014b413b207b64a1006ca070217e7c5e04ac0ed178cb
3
- size 425706
 
 
 
 
dataset/es/cross_validation/es_test_0.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b779e8fc88615e4aef1900c4eb5dba86f01e0d5ebdd753858c6fe81c7f60e30d
3
- size 74872
 
 
 
 
dataset/es/cross_validation/es_test_1.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e1a4c94860bc186ae09f20e0da2d270151bedd50772372600c8ee8f4bf6a266
3
- size 71871
 
 
 
 
dataset/es/cross_validation/es_test_2.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:420797a93b95bb00f03ac09e98e0e1fcc28282cd57260c1e3b5f1adce6ff7f22
3
- size 74969
 
 
 
 
dataset/es/cross_validation/es_test_3.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:81c6f6743a928f548ae7221483750d6f519f59d743767bd458c39bb441d0183e
3
- size 75387
 
 
 
 
dataset/es/cross_validation/es_test_4.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:241c18b3b82a2244c0418aa7f1933211088bc4891a900bd438e8666e693872f1
3
- size 78272
 
 
 
 
dataset/es/cross_validation/es_train_0.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:00dd4f8a36fb1ffab4c981e48329f4f85a301a6159b6ee57597c885d6a0ab594
3
- size 269873
 
 
 
 
dataset/es/cross_validation/es_train_1.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a1e7a72e1bf899a17ce5da7763bed144ddd802fb352a5a179a47eb58c2750ff
3
- size 273377
 
 
 
 
dataset/es/cross_validation/es_train_2.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7450f7fbadb0417e1b9e6b729400d8626b6c4876192d5aad15d4d8fd943115a
3
- size 271843
 
 
 
 
dataset/es/cross_validation/es_train_3.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:45d3a6d4f4f05c53aa6f2bcd2ec4da712de3454b69c4597f82f26c371097fe9b
3
- size 271271
 
 
 
 
dataset/es/cross_validation/es_train_4.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dc7b2c41aca1614e57b28887871106b624555ac72ec5fd9aa5268f9ce7c16f8
3
- size 268013
 
 
 
 
dataset/es/cross_validation/es_validation_0.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b7a76e0bdb7b0fb507eb3f191ffce77adb41318495af0ac7540e748b006a838
3
- size 30628
 
 
 
 
dataset/es/cross_validation/es_validation_1.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec0cf456bfd17134599f5bcfd1f9c425231a08daad8b19a2d38996f1c3edb1c0
3
- size 30125
 
 
 
 
dataset/es/cross_validation/es_validation_2.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce33941136e144e23b5fc5af4ff825b32c5fc3eefafd23cacc45f52f979c9107
3
- size 28561
 
 
 
 
dataset/es/cross_validation/es_validation_3.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6eaab051000398e2e67dedd0076e97accb5dd5bb74ccf0f7dc1a1e5e412a612
3
- size 28715
 
 
 
 
dataset/es/cross_validation/es_validation_4.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c903167afa9328bd4d5d810428e6f019702cb3cf0837d584243411d557401b7
3
- size 29088
 
 
 
 
dataset/es/es_1000.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:19d7c7907721ad949cfd99d1e90d9defd3a9aa918c7f55b795ebc15991c506bb
3
- size 375375
 
 
 
 
dataset/es/es_test.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:771f6451484c35d289457150b21ec3357ad523df67e7cf5ed9e843d5763ec106
3
- size 300071
 
 
 
 
dataset/es/es_train.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:906fc3a40a2551e6d45f902c26928375d81ca0fef84ec9f434134d99cd6f7649
3
- size 67899
 
 
 
 
dataset/gr/cross_validation/gr_test_0.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ed12a6b74367ee585f5b95ff56535c3ed4136b15b198fd6c28022dc1d41c8b1
3
- size 273847
 
 
 
 
dataset/gr/cross_validation/gr_test_1.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:133dd468fc8af415141ba6fa1d3224f5aa263258a9ab7ad96f1b26cacb6ae67d
3
- size 257872
 
 
 
 
dataset/gr/cross_validation/gr_test_2.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d140e7abce9b7f6210a4c87d9e48eb02fbd90140d441bfbb2fdce9dbb9eab9c9
3
- size 263364
 
 
 
 
dataset/gr/cross_validation/gr_test_3.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fcf34142b938f17f0e82fbd11e43bf2e8c0c938edd06e8db9f2fd9bde0f92f56
3
- size 253783
 
 
 
 
dataset/gr/cross_validation/gr_test_4.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0fa0f7ec5e23d097bb4f7cf427acbd46b8bebb96fad3a88191f87112a7d48bd
3
- size 255323
 
 
 
 
dataset/gr/cross_validation/gr_train_0.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fcd647224921d8f5a1d544049c324058bb788ecdc0219173d97e0e5521e94f7
3
- size 922691
 
 
 
 
dataset/gr/cross_validation/gr_train_1.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:16751fc78d559445fca2d9be369be0da0ee579c212e0ee674881e4643e853582
3
- size 940529
 
 
 
 
dataset/gr/cross_validation/gr_train_2.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:be85e538719a2001596d81fe20d46dec8f785c21c2934d14d0e55c5952781214
3
- size 937279
 
 
 
 
dataset/gr/cross_validation/gr_train_3.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:514c700fcf968ef6ea77b4a81630c867c83d783fd82b323e7d729ab8cebe6613
3
- size 944776
 
 
 
 
dataset/gr/cross_validation/gr_train_4.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eea77a595a7f0e74952c9864c34edd76520e65a953394d63249849c99a0be4f9
3
- size 945772
 
 
 
 
dataset/gr/cross_validation/gr_validation_0.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:55134948a1e05bf3bc8be2e80047bcf072b6f3ec03f268e1c70cecfd2ab2a140
3
- size 107653
 
 
 
 
dataset/gr/cross_validation/gr_validation_1.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:106a3d0787b563c8f2babc522231631442e36b2b7afa3f975186e63eea8cd5aa
3
- size 105790
 
 
 
 
dataset/gr/cross_validation/gr_validation_2.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c56bc46a3c56238490ba7b04a3f43bcfc22e0548b2ab19f0c4a0e77a795b059
3
- size 103548
 
 
 
 
dataset/gr/cross_validation/gr_validation_3.jsonl DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:624c9630a79702e29ce713becba85df03ad595e77e608aa804833d14f67261a8
3
- size 105632