Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-sa-3.0
|
3 |
+
dataset_info:
|
4 |
+
config_name: multieurlex-doc-en
|
5 |
+
features:
|
6 |
+
- name: filename
|
7 |
+
dtype: string
|
8 |
+
- name: words
|
9 |
+
sequence:
|
10 |
+
sequence: string
|
11 |
+
- name: boxes
|
12 |
+
sequence:
|
13 |
+
sequence:
|
14 |
+
sequence: int64
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 1208998381
|
18 |
+
num_examples: 54808
|
19 |
+
- name: test
|
20 |
+
num_bytes: 110325080
|
21 |
+
num_examples: 4988
|
22 |
+
- name: validation
|
23 |
+
num_bytes: 106866095
|
24 |
+
num_examples: 4997
|
25 |
+
download_size: 223853363
|
26 |
+
dataset_size: 1426189556
|
27 |
+
configs:
|
28 |
+
- config_name: multieurlex-doc-en
|
29 |
+
data_files:
|
30 |
+
- split: train
|
31 |
+
path: multieurlex-doc-en/train-*
|
32 |
+
- split: test
|
33 |
+
path: multieurlex-doc-en/test-*
|
34 |
+
- split: validation
|
35 |
+
path: multieurlex-doc-en/validation-*
|
36 |
---
|