kardosdrur
commited on
Commit
•
f16aec6
1
Parent(s):
c6f3a9e
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -86,6 +86,49 @@ dataset_info:
|
|
86 |
num_examples: 5000
|
87 |
download_size: 206929929
|
88 |
dataset_size: 489733215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
configs:
|
90 |
- config_name: de
|
91 |
data_files:
|
@@ -103,6 +146,14 @@ configs:
|
|
103 |
path: en/test-*
|
104 |
- split: validation
|
105 |
path: en/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
---
|
107 |
# Dataset Card for "eurlex-multilingual"
|
108 |
|
|
|
86 |
num_examples: 5000
|
87 |
download_size: 206929929
|
88 |
dataset_size: 489733215
|
89 |
+
- config_name: fr
|
90 |
+
features:
|
91 |
+
- name: id
|
92 |
+
dtype: string
|
93 |
+
- name: text
|
94 |
+
dtype: string
|
95 |
+
- name: label
|
96 |
+
sequence:
|
97 |
+
class_label:
|
98 |
+
names:
|
99 |
+
'0': '100149'
|
100 |
+
'1': '100160'
|
101 |
+
'2': '100148'
|
102 |
+
'3': '100147'
|
103 |
+
'4': '100152'
|
104 |
+
'5': '100143'
|
105 |
+
'6': '100156'
|
106 |
+
'7': '100158'
|
107 |
+
'8': '100154'
|
108 |
+
'9': '100153'
|
109 |
+
'10': '100142'
|
110 |
+
'11': '100145'
|
111 |
+
'12': '100150'
|
112 |
+
'13': '100162'
|
113 |
+
'14': '100159'
|
114 |
+
'15': '100144'
|
115 |
+
'16': '100151'
|
116 |
+
'17': '100157'
|
117 |
+
'18': '100161'
|
118 |
+
'19': '100146'
|
119 |
+
'20': '100155'
|
120 |
+
splits:
|
121 |
+
- name: train
|
122 |
+
num_bytes: 442358833
|
123 |
+
num_examples: 55000
|
124 |
+
- name: test
|
125 |
+
num_bytes: 68520115
|
126 |
+
num_examples: 5000
|
127 |
+
- name: validation
|
128 |
+
num_bytes: 48408926
|
129 |
+
num_examples: 5000
|
130 |
+
download_size: 238411609
|
131 |
+
dataset_size: 559287874
|
132 |
configs:
|
133 |
- config_name: de
|
134 |
data_files:
|
|
|
146 |
path: en/test-*
|
147 |
- split: validation
|
148 |
path: en/validation-*
|
149 |
+
- config_name: fr
|
150 |
+
data_files:
|
151 |
+
- split: train
|
152 |
+
path: fr/train-*
|
153 |
+
- split: test
|
154 |
+
path: fr/test-*
|
155 |
+
- split: validation
|
156 |
+
path: fr/validation-*
|
157 |
---
|
158 |
# Dataset Card for "eurlex-multilingual"
|
159 |
|