Commit
•
352f732
1
Parent(s):
064fab9
Add ecthr_b data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -26
- ecthr_b/test-00000-of-00001.parquet +3 -0
- ecthr_b/train-00000-of-00001.parquet +3 -0
- ecthr_b/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -108,16 +108,16 @@ dataset_info:
|
|
108 |
'9': P1-1
|
109 |
splits:
|
110 |
- name: train
|
111 |
-
num_bytes:
|
112 |
num_examples: 9000
|
113 |
- name: test
|
114 |
-
num_bytes:
|
115 |
num_examples: 1000
|
116 |
- name: validation
|
117 |
-
num_bytes:
|
118 |
num_examples: 1000
|
119 |
-
download_size:
|
120 |
-
dataset_size:
|
121 |
- config_name: eurlex
|
122 |
features:
|
123 |
- name: text
|
@@ -428,6 +428,14 @@ configs:
|
|
428 |
path: ecthr_a/test-*
|
429 |
- split: validation
|
430 |
path: ecthr_a/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
431 |
---
|
432 |
|
433 |
# Dataset Card for "LexGLUE"
|
|
|
108 |
'9': P1-1
|
109 |
splits:
|
110 |
- name: train
|
111 |
+
num_bytes: 89657649
|
112 |
num_examples: 9000
|
113 |
- name: test
|
114 |
+
num_bytes: 11886928
|
115 |
num_examples: 1000
|
116 |
- name: validation
|
117 |
+
num_bytes: 10987816
|
118 |
num_examples: 1000
|
119 |
+
download_size: 53352494
|
120 |
+
dataset_size: 112532393
|
121 |
- config_name: eurlex
|
122 |
features:
|
123 |
- name: text
|
|
|
428 |
path: ecthr_a/test-*
|
429 |
- split: validation
|
430 |
path: ecthr_a/validation-*
|
431 |
+
- config_name: ecthr_b
|
432 |
+
data_files:
|
433 |
+
- split: train
|
434 |
+
path: ecthr_b/train-*
|
435 |
+
- split: test
|
436 |
+
path: ecthr_b/test-*
|
437 |
+
- split: validation
|
438 |
+
path: ecthr_b/validation-*
|
439 |
---
|
440 |
|
441 |
# Dataset Card for "LexGLUE"
|
dataset_infos.json
CHANGED
@@ -74,16 +74,12 @@
|
|
74 |
"text": {
|
75 |
"feature": {
|
76 |
"dtype": "string",
|
77 |
-
"id": null,
|
78 |
"_type": "Value"
|
79 |
},
|
80 |
-
"length": -1,
|
81 |
-
"id": null,
|
82 |
"_type": "Sequence"
|
83 |
},
|
84 |
"labels": {
|
85 |
"feature": {
|
86 |
-
"num_classes": 10,
|
87 |
"names": [
|
88 |
"2",
|
89 |
"3",
|
@@ -96,18 +92,13 @@
|
|
96 |
"14",
|
97 |
"P1-1"
|
98 |
],
|
99 |
-
"id": null,
|
100 |
"_type": "ClassLabel"
|
101 |
},
|
102 |
-
"length": -1,
|
103 |
-
"id": null,
|
104 |
"_type": "Sequence"
|
105 |
}
|
106 |
},
|
107 |
-
"post_processed": null,
|
108 |
-
"supervised_keys": null,
|
109 |
-
"task_templates": null,
|
110 |
"builder_name": "lex_glue",
|
|
|
111 |
"config_name": "ecthr_b",
|
112 |
"version": {
|
113 |
"version_str": "1.0.0",
|
@@ -119,33 +110,26 @@
|
|
119 |
"splits": {
|
120 |
"train": {
|
121 |
"name": "train",
|
122 |
-
"num_bytes":
|
123 |
"num_examples": 9000,
|
124 |
-
"dataset_name":
|
125 |
},
|
126 |
"test": {
|
127 |
"name": "test",
|
128 |
-
"num_bytes":
|
129 |
"num_examples": 1000,
|
130 |
-
"dataset_name":
|
131 |
},
|
132 |
"validation": {
|
133 |
"name": "validation",
|
134 |
-
"num_bytes":
|
135 |
"num_examples": 1000,
|
136 |
-
"dataset_name":
|
137 |
-
}
|
138 |
-
},
|
139 |
-
"download_checksums": {
|
140 |
-
"https://zenodo.org/record/5532997/files/ecthr.tar.gz": {
|
141 |
-
"num_bytes": 32852475,
|
142 |
-
"checksum": "461c1f6016af3a7ac0bd115c1f9ff65031258bfec39e570fec74a16d8946398e"
|
143 |
}
|
144 |
},
|
145 |
-
"download_size":
|
146 |
-
"
|
147 |
-
"
|
148 |
-
"size_in_bytes": 145384904
|
149 |
},
|
150 |
"eurlex": {
|
151 |
"description": "European Union (EU) legislation is published in EUR-Lex portal.\nAll EU laws are annotated by EU's Publications Office with multiple concepts from the EuroVoc thesaurus,\na multilingual thesaurus maintained by the Publications Office.\nThe current version of EuroVoc contains more than 7k concepts referring to various activities\nof the EU and its Member States (e.g., economics, health-care, trade).\nGiven a document, the task is to predict its EuroVoc labels (concepts).",
|
|
|
74 |
"text": {
|
75 |
"feature": {
|
76 |
"dtype": "string",
|
|
|
77 |
"_type": "Value"
|
78 |
},
|
|
|
|
|
79 |
"_type": "Sequence"
|
80 |
},
|
81 |
"labels": {
|
82 |
"feature": {
|
|
|
83 |
"names": [
|
84 |
"2",
|
85 |
"3",
|
|
|
92 |
"14",
|
93 |
"P1-1"
|
94 |
],
|
|
|
95 |
"_type": "ClassLabel"
|
96 |
},
|
|
|
|
|
97 |
"_type": "Sequence"
|
98 |
}
|
99 |
},
|
|
|
|
|
|
|
100 |
"builder_name": "lex_glue",
|
101 |
+
"dataset_name": "lex_glue",
|
102 |
"config_name": "ecthr_b",
|
103 |
"version": {
|
104 |
"version_str": "1.0.0",
|
|
|
110 |
"splits": {
|
111 |
"train": {
|
112 |
"name": "train",
|
113 |
+
"num_bytes": 89657649,
|
114 |
"num_examples": 9000,
|
115 |
+
"dataset_name": null
|
116 |
},
|
117 |
"test": {
|
118 |
"name": "test",
|
119 |
+
"num_bytes": 11886928,
|
120 |
"num_examples": 1000,
|
121 |
+
"dataset_name": null
|
122 |
},
|
123 |
"validation": {
|
124 |
"name": "validation",
|
125 |
+
"num_bytes": 10987816,
|
126 |
"num_examples": 1000,
|
127 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
}
|
129 |
},
|
130 |
+
"download_size": 53352494,
|
131 |
+
"dataset_size": 112532393,
|
132 |
+
"size_in_bytes": 165884887
|
|
|
133 |
},
|
134 |
"eurlex": {
|
135 |
"description": "European Union (EU) legislation is published in EUR-Lex portal.\nAll EU laws are annotated by EU's Publications Office with multiple concepts from the EuroVoc thesaurus,\na multilingual thesaurus maintained by the Publications Office.\nThe current version of EuroVoc contains more than 7k concepts referring to various activities\nof the EU and its Member States (e.g., economics, health-care, trade).\nGiven a document, the task is to predict its EuroVoc labels (concepts).",
|
ecthr_b/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d41d3667819cce507b57f6a59da28fc3691a722b6cfb7f4bc74805f0e713df6e
|
3 |
+
size 5677091
|
ecthr_b/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49ccf9e24ec08a05d5c69f2405e15e39c8472c6f786d03857abf914055befff6
|
3 |
+
size 42415290
|
ecthr_b/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fce01b0c0c5886b48ddd1f16f69ee1c3b7b2a9a5e96d2f3a601fe68c832b67d4
|
3 |
+
size 5260113
|