antypasd commited on
Commit
db32b22
·
verified ·
1 Parent(s): 453db5f

Add 'mix' config data files

Browse files
README.md CHANGED
@@ -39,6 +39,12 @@ configs:
39
  path: ja/test-*
40
  - split: validation
41
  path: ja/validation-*
 
 
 
 
 
 
42
  data_files:
43
  - split: train_en
44
  path: dataset/en/en_train.jsonl
@@ -279,6 +285,48 @@ dataset_info:
279
  num_examples: 20
280
  download_size: 129016
281
  dataset_size: 368003
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
  ---
283
 
284
  # Dataset Card for "cardiffnlp/tweet_topic_multilingual"
 
39
  path: ja/test-*
40
  - split: validation
41
  path: ja/validation-*
42
+ - config_name: mix
43
+ data_files:
44
+ - split: train
45
+ path: mix/train-*
46
+ - split: validation
47
+ path: mix/validation-*
48
  data_files:
49
  - split: train_en
50
  path: dataset/en/en_train.jsonl
 
285
  num_examples: 20
286
  download_size: 129016
287
  dataset_size: 368003
288
+ - config_name: mix
289
+ features:
290
+ - name: id
291
+ dtype: string
292
+ - name: text
293
+ dtype: string
294
+ - name: label_name_flatten
295
+ dtype: string
296
+ - name: label
297
+ sequence:
298
+ class_label:
299
+ names:
300
+ '0': Arts & Culture
301
+ '1': Business & Entrepreneurs
302
+ '2': Celebrity & Pop Culture
303
+ '3': Diaries & Daily Life
304
+ '4': Family
305
+ '5': Fashion & Style
306
+ '6': Film, TV & Video
307
+ '7': Fitness & Health
308
+ '8': Food & Dining
309
+ '9': Learning & Educational
310
+ '10': News & Social Concern
311
+ '11': Relationships
312
+ '12': Science & Technology
313
+ '13': Youth & Student Life
314
+ '14': Music
315
+ '15': Gaming
316
+ '16': Sports
317
+ '17': Travel & Adventure
318
+ '18': Other Hobbies
319
+ - name: label_name
320
+ sequence: string
321
+ splits:
322
+ - name: train
323
+ num_bytes: 321583
324
+ num_examples: 720
325
+ - name: validation
326
+ num_bytes: 36048
327
+ num_examples: 80
328
+ download_size: 128524
329
+ dataset_size: 357631
330
  ---
331
 
332
  # Dataset Card for "cardiffnlp/tweet_topic_multilingual"
mix/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21af56bb66c24c79f888b82f08ec938b599e34e83f8c7e413194fd04335b98a1
3
+ size 109162
mix/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd744237bf4ce2a58f8a895596b230178d05a69681b148a15b5ccaebe9985fb
3
+ size 19362