Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
antypasd commited on
Commit
c338ff4
·
verified ·
1 Parent(s): 89ed4ac

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,23 +1,77 @@
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
  data_files:
13
  - split: train_en
14
+ path: dataset/en/en_train.jsonl
15
  language:
16
+ - en
17
+ - ja
18
+ - el
19
+ - es
20
  license:
21
+ - other
22
  multilinguality:
23
+ - monolingual
24
  size_categories:
25
+ - 1K<n<10K
26
  task_categories:
27
+ - text-classification
28
  pretty_name: xtopic
29
+ dataset_info:
30
+ config_name: en
31
+ features:
32
+ - name: id
33
+ dtype: string
34
+ - name: text
35
+ dtype: string
36
+ - name: label_name_flatten
37
+ dtype: string
38
+ - name: label
39
+ sequence:
40
+ class_label:
41
+ names:
42
+ '0': Arts & Culture
43
+ '1': Business & Entrepreneurs
44
+ '2': Celebrity & Pop Culture
45
+ '3': Diaries & Daily Life
46
+ '4': Family
47
+ '5': Fashion & Style
48
+ '6': Film, TV & Video
49
+ '7': Fitness & Health
50
+ '8': Food & Dining
51
+ '9': Learning & Educational
52
+ '10': News & Social Concern
53
+ '11': Relationships
54
+ '12': Science & Technology
55
+ '13': Youth & Student Life
56
+ '14': Music
57
+ '15': Gaming
58
+ '16': Sports
59
+ '17': Travel & Adventure
60
+ '18': Other Hobbies
61
+ - name: label_name
62
+ sequence: string
63
+ splits:
64
+ - name: train
65
+ num_bytes: 74491
66
+ num_examples: 180
67
+ - name: test
68
+ num_bytes: 333760
69
+ num_examples: 800
70
+ - name: validation
71
+ num_bytes: 8111
72
+ num_examples: 20
73
+ download_size: 156123
74
+ dataset_size: 416362
75
  ---
76
 
77
  # Dataset Card for "cardiffnlp/tweet_topic_multilingual"
en/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55892babd7998e565ccb6f9e82fa97511875e67a8a94b973c57ff8ba2d235ddf
3
+ size 116936
en/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec05b8a60e6d27af5176f06d29039813f674514ba4b866790aa039548e8a648c
3
+ size 31123
en/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b240d4cfa65feb8799b5c8ecb3465099fc7458237eb00416cccc78e48d65d92
3
+ size 8064