kardosdrur
commited on
Commit
•
a4c3b3c
1
Parent(s):
f9ebdb1
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,48 @@
|
|
1 |
---
|
2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- config_name: de
|
4 |
features:
|
5 |
- name: id
|
@@ -474,6 +517,14 @@ dataset_info:
|
|
474 |
download_size: 118725499
|
475 |
dataset_size: 279183170
|
476 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
477 |
- config_name: de
|
478 |
data_files:
|
479 |
- split: train
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: cs
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: text
|
8 |
+
dtype: string
|
9 |
+
- name: label
|
10 |
+
sequence:
|
11 |
+
class_label:
|
12 |
+
names:
|
13 |
+
'0': '100149'
|
14 |
+
'1': '100160'
|
15 |
+
'2': '100148'
|
16 |
+
'3': '100147'
|
17 |
+
'4': '100152'
|
18 |
+
'5': '100143'
|
19 |
+
'6': '100156'
|
20 |
+
'7': '100158'
|
21 |
+
'8': '100154'
|
22 |
+
'9': '100153'
|
23 |
+
'10': '100142'
|
24 |
+
'11': '100145'
|
25 |
+
'12': '100150'
|
26 |
+
'13': '100162'
|
27 |
+
'14': '100159'
|
28 |
+
'15': '100144'
|
29 |
+
'16': '100151'
|
30 |
+
'17': '100157'
|
31 |
+
'18': '100161'
|
32 |
+
'19': '100146'
|
33 |
+
'20': '100155'
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 189826374
|
37 |
+
num_examples: 23187
|
38 |
+
- name: test
|
39 |
+
num_bytes: 60702802
|
40 |
+
num_examples: 5000
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 42764231
|
43 |
+
num_examples: 5000
|
44 |
+
download_size: 132410678
|
45 |
+
dataset_size: 293293407
|
46 |
- config_name: de
|
47 |
features:
|
48 |
- name: id
|
|
|
517 |
download_size: 118725499
|
518 |
dataset_size: 279183170
|
519 |
configs:
|
520 |
+
- config_name: cs
|
521 |
+
data_files:
|
522 |
+
- split: train
|
523 |
+
path: cs/train-*
|
524 |
+
- split: test
|
525 |
+
path: cs/test-*
|
526 |
+
- split: validation
|
527 |
+
path: cs/validation-*
|
528 |
- config_name: de
|
529 |
data_files:
|
530 |
- split: train
|