kardosdrur
commited on
Commit
•
330372e
1
Parent(s):
b0ffb97
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 |
configs:
|
219 |
- config_name: de
|
220 |
data_files:
|
@@ -256,6 +299,14 @@ configs:
|
|
256 |
path: it/test-*
|
257 |
- split: validation
|
258 |
path: it/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
---
|
260 |
# Dataset Card for "eurlex-multilingual"
|
261 |
|
|
|
215 |
num_examples: 5000
|
216 |
download_size: 234660000
|
217 |
dataset_size: 540114024
|
218 |
+
- config_name: pl
|
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: 202211442
|
252 |
+
num_examples: 23197
|
253 |
+
- name: test
|
254 |
+
num_bytes: 64654967
|
255 |
+
num_examples: 5000
|
256 |
+
- name: validation
|
257 |
+
num_bytes: 45545505
|
258 |
+
num_examples: 5000
|
259 |
+
download_size: 139057595
|
260 |
+
dataset_size: 312411914
|
261 |
configs:
|
262 |
- config_name: de
|
263 |
data_files:
|
|
|
299 |
path: it/test-*
|
300 |
- split: validation
|
301 |
path: it/validation-*
|
302 |
+
- config_name: pl
|
303 |
+
data_files:
|
304 |
+
- split: train
|
305 |
+
path: pl/train-*
|
306 |
+
- split: test
|
307 |
+
path: pl/test-*
|
308 |
+
- split: validation
|
309 |
+
path: pl/validation-*
|
310 |
---
|
311 |
# Dataset Card for "eurlex-multilingual"
|
312 |
|