Datasets:
Tasks:
Text Classification
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K<n<100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,29 @@ paperswithcode_id: eurlex57k
|
|
21 |
pretty_name: the EUR-Lex dataset
|
22 |
tags:
|
23 |
- legal-topic-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for the EUR-Lex dataset
|
|
|
21 |
pretty_name: the EUR-Lex dataset
|
22 |
tags:
|
23 |
- legal-topic-classification
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: celex_id
|
27 |
+
dtype: string
|
28 |
+
- name: title
|
29 |
+
dtype: string
|
30 |
+
- name: text
|
31 |
+
dtype: string
|
32 |
+
- name: eurovoc_concepts
|
33 |
+
sequence: string
|
34 |
+
config_name: eurlex57k
|
35 |
+
splits:
|
36 |
+
- name: test
|
37 |
+
num_bytes: 22046706
|
38 |
+
num_examples: 6000
|
39 |
+
- name: train
|
40 |
+
num_bytes: 167603718
|
41 |
+
num_examples: 45000
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 21942574
|
44 |
+
num_examples: 6000
|
45 |
+
download_size: 50289403
|
46 |
+
dataset_size: 211592998
|
47 |
---
|
48 |
|
49 |
# Dataset Card for the EUR-Lex dataset
|