kardosdrur
commited on
Commit
•
7c3cc12
1
Parent(s):
aacd3d7
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -215,6 +215,49 @@ dataset_info:
|
|
215 |
num_examples: 5000
|
216 |
download_size: 234660000
|
217 |
dataset_size: 540114024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
- config_name: pl
|
219 |
features:
|
220 |
- name: id
|
@@ -342,6 +385,14 @@ configs:
|
|
342 |
path: it/test-*
|
343 |
- split: validation
|
344 |
path: it/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
- config_name: pl
|
346 |
data_files:
|
347 |
- split: train
|
|
|
215 |
num_examples: 5000
|
216 |
download_size: 234660000
|
217 |
dataset_size: 540114024
|
218 |
+
- config_name: nl
|
219 |
+
features:
|
220 |
+
- name: id
|
221 |
+
dtype: string
|
222 |
+
- name: text
|
223 |
+
dtype: string
|
224 |
+
- name: label
|
225 |
+
sequence:
|
226 |
+
class_label:
|
227 |
+
names:
|
228 |
+
'0': '100149'
|
229 |
+
'1': '100160'
|
230 |
+
'2': '100148'
|
231 |
+
'3': '100147'
|
232 |
+
'4': '100152'
|
233 |
+
'5': '100143'
|
234 |
+
'6': '100156'
|
235 |
+
'7': '100158'
|
236 |
+
'8': '100154'
|
237 |
+
'9': '100153'
|
238 |
+
'10': '100142'
|
239 |
+
'11': '100145'
|
240 |
+
'12': '100150'
|
241 |
+
'13': '100162'
|
242 |
+
'14': '100159'
|
243 |
+
'15': '100144'
|
244 |
+
'16': '100151'
|
245 |
+
'17': '100157'
|
246 |
+
'18': '100161'
|
247 |
+
'19': '100146'
|
248 |
+
'20': '100155'
|
249 |
+
splits:
|
250 |
+
- name: train
|
251 |
+
num_bytes: 430232711
|
252 |
+
num_examples: 55000
|
253 |
+
- name: test
|
254 |
+
num_bytes: 64728022
|
255 |
+
num_examples: 5000
|
256 |
+
- name: validation
|
257 |
+
num_bytes: 45452538
|
258 |
+
num_examples: 5000
|
259 |
+
download_size: 230198155
|
260 |
+
dataset_size: 540413271
|
261 |
- config_name: pl
|
262 |
features:
|
263 |
- name: id
|
|
|
385 |
path: it/test-*
|
386 |
- split: validation
|
387 |
path: it/validation-*
|
388 |
+
- config_name: nl
|
389 |
+
data_files:
|
390 |
+
- split: train
|
391 |
+
path: nl/train-*
|
392 |
+
- split: test
|
393 |
+
path: nl/test-*
|
394 |
+
- split: validation
|
395 |
+
path: nl/validation-*
|
396 |
- config_name: pl
|
397 |
data_files:
|
398 |
- split: train
|