Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
antypasd commited on
Commit
7d6f864
·
verified ·
1 Parent(s): 500b176

Add 'ja' config data files

Browse files
README.md CHANGED
@@ -17,6 +17,14 @@ configs:
17
  path: es/test-*
18
  - split: validation
19
  path: es/validation-*
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train_en
22
  path: dataset/en/en_train.jsonl
@@ -125,6 +133,51 @@ dataset_info:
125
  num_examples: 20
126
  download_size: 134590
127
  dataset_size: 396067
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  ---
129
 
130
  # Dataset Card for "cardiffnlp/tweet_topic_multilingual"
 
17
  path: es/test-*
18
  - split: validation
19
  path: es/validation-*
20
+ - config_name: ja
21
+ data_files:
22
+ - split: train
23
+ path: ja/train-*
24
+ - split: test
25
+ path: ja/test-*
26
+ - split: validation
27
+ path: ja/validation-*
28
  data_files:
29
  - split: train_en
30
  path: dataset/en/en_train.jsonl
 
133
  num_examples: 20
134
  download_size: 134590
135
  dataset_size: 396067
136
+ - config_name: ja
137
+ features:
138
+ - name: id
139
+ dtype: string
140
+ - name: text
141
+ dtype: string
142
+ - name: label_name_flatten
143
+ dtype: string
144
+ - name: label
145
+ sequence:
146
+ class_label:
147
+ names:
148
+ '0': Arts & Culture
149
+ '1': Business & Entrepreneurs
150
+ '2': Celebrity & Pop Culture
151
+ '3': Diaries & Daily Life
152
+ '4': Family
153
+ '5': Fashion & Style
154
+ '6': Film, TV & Video
155
+ '7': Fitness & Health
156
+ '8': Food & Dining
157
+ '9': Learning & Educational
158
+ '10': News & Social Concern
159
+ '11': Relationships
160
+ '12': Science & Technology
161
+ '13': Youth & Student Life
162
+ '14': Music
163
+ '15': Gaming
164
+ '16': Sports
165
+ '17': Travel & Adventure
166
+ '18': Other Hobbies
167
+ - name: label_name
168
+ sequence: string
169
+ splits:
170
+ - name: train
171
+ num_bytes: 66198
172
+ num_examples: 180
173
+ - name: test
174
+ num_bytes: 294184
175
+ num_examples: 800
176
+ - name: validation
177
+ num_bytes: 7621
178
+ num_examples: 20
179
+ download_size: 129016
180
+ dataset_size: 368003
181
  ---
182
 
183
  # Dataset Card for "cardiffnlp/tweet_topic_multilingual"
ja/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919c29ede453fa2d38b0efe8d43339abe8c27eb65bf16ac8adaa40b0cbad2d6f
3
+ size 95809
ja/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c4576f3a8af7e3c14e6712bf76ac93a878ec2afebece612fa371a09e23bcc5
3
+ size 25915
ja/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:635cc28ecb374ab2df694cd21bb1ea11d2baf0dba6bd12db90a49ed1a4d3fd23
3
+ size 7292