Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -129,6 +129,49 @@ dataset_info:
|
|
| 129 |
num_examples: 5000
|
| 130 |
download_size: 238411609
|
| 131 |
dataset_size: 559287874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
configs:
|
| 133 |
- config_name: de
|
| 134 |
data_files:
|
|
@@ -154,6 +197,14 @@ configs:
|
|
| 154 |
path: fr/test-*
|
| 155 |
- split: validation
|
| 156 |
path: fr/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
---
|
| 158 |
# Dataset Card for "eurlex-multilingual"
|
| 159 |
|
|
|
|
| 129 |
num_examples: 5000
|
| 130 |
download_size: 238411609
|
| 131 |
dataset_size: 559287874
|
| 132 |
+
- config_name: it
|
| 133 |
+
features:
|
| 134 |
+
- name: id
|
| 135 |
+
dtype: string
|
| 136 |
+
- name: text
|
| 137 |
+
dtype: string
|
| 138 |
+
- name: label
|
| 139 |
+
sequence:
|
| 140 |
+
class_label:
|
| 141 |
+
names:
|
| 142 |
+
'0': '100149'
|
| 143 |
+
'1': '100160'
|
| 144 |
+
'2': '100148'
|
| 145 |
+
'3': '100147'
|
| 146 |
+
'4': '100152'
|
| 147 |
+
'5': '100143'
|
| 148 |
+
'6': '100156'
|
| 149 |
+
'7': '100158'
|
| 150 |
+
'8': '100154'
|
| 151 |
+
'9': '100153'
|
| 152 |
+
'10': '100142'
|
| 153 |
+
'11': '100145'
|
| 154 |
+
'12': '100150'
|
| 155 |
+
'13': '100162'
|
| 156 |
+
'14': '100159'
|
| 157 |
+
'15': '100144'
|
| 158 |
+
'16': '100151'
|
| 159 |
+
'17': '100157'
|
| 160 |
+
'18': '100161'
|
| 161 |
+
'19': '100146'
|
| 162 |
+
'20': '100155'
|
| 163 |
+
splits:
|
| 164 |
+
- name: train
|
| 165 |
+
num_bytes: 429495741
|
| 166 |
+
num_examples: 55000
|
| 167 |
+
- name: test
|
| 168 |
+
num_bytes: 64731758
|
| 169 |
+
num_examples: 5000
|
| 170 |
+
- name: validation
|
| 171 |
+
num_bytes: 45886525
|
| 172 |
+
num_examples: 5000
|
| 173 |
+
download_size: 234660000
|
| 174 |
+
dataset_size: 540114024
|
| 175 |
configs:
|
| 176 |
- config_name: de
|
| 177 |
data_files:
|
|
|
|
| 197 |
path: fr/test-*
|
| 198 |
- split: validation
|
| 199 |
path: fr/validation-*
|
| 200 |
+
- config_name: it
|
| 201 |
+
data_files:
|
| 202 |
+
- split: train
|
| 203 |
+
path: it/train-*
|
| 204 |
+
- split: test
|
| 205 |
+
path: it/test-*
|
| 206 |
+
- split: validation
|
| 207 |
+
path: it/validation-*
|
| 208 |
---
|
| 209 |
# Dataset Card for "eurlex-multilingual"
|
| 210 |
|