Commit
·
d3e022f
1
Parent(s):
352f732
Add eurlex data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -24
- eurlex/test-00000-of-00001.parquet +3 -0
- eurlex/train-00000-of-00001.parquet +3 -0
- eurlex/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -228,16 +228,16 @@ dataset_info:
|
|
228 |
'99': '100285'
|
229 |
splits:
|
230 |
- name: train
|
231 |
-
num_bytes:
|
232 |
num_examples: 55000
|
233 |
- name: test
|
234 |
-
num_bytes:
|
235 |
num_examples: 5000
|
236 |
- name: validation
|
237 |
-
num_bytes:
|
238 |
num_examples: 5000
|
239 |
-
download_size:
|
240 |
-
dataset_size:
|
241 |
- config_name: ledgar
|
242 |
features:
|
243 |
- name: text
|
@@ -436,6 +436,14 @@ configs:
|
|
436 |
path: ecthr_b/test-*
|
437 |
- split: validation
|
438 |
path: ecthr_b/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
---
|
440 |
|
441 |
# Dataset Card for "LexGLUE"
|
|
|
228 |
'99': '100285'
|
229 |
splits:
|
230 |
- name: train
|
231 |
+
num_bytes: 390770241
|
232 |
num_examples: 55000
|
233 |
- name: test
|
234 |
+
num_bytes: 59739094
|
235 |
num_examples: 5000
|
236 |
- name: validation
|
237 |
+
num_bytes: 41544476
|
238 |
num_examples: 5000
|
239 |
+
download_size: 208028049
|
240 |
+
dataset_size: 492053811
|
241 |
- config_name: ledgar
|
242 |
features:
|
243 |
- name: text
|
|
|
436 |
path: ecthr_b/test-*
|
437 |
- split: validation
|
438 |
path: ecthr_b/validation-*
|
439 |
+
- config_name: eurlex
|
440 |
+
data_files:
|
441 |
+
- split: train
|
442 |
+
path: eurlex/train-*
|
443 |
+
- split: test
|
444 |
+
path: eurlex/test-*
|
445 |
+
- split: validation
|
446 |
+
path: eurlex/validation-*
|
447 |
---
|
448 |
|
449 |
# Dataset Card for "LexGLUE"
|
dataset_infos.json
CHANGED
@@ -139,12 +139,10 @@
|
|
139 |
"features": {
|
140 |
"text": {
|
141 |
"dtype": "string",
|
142 |
-
"id": null,
|
143 |
"_type": "Value"
|
144 |
},
|
145 |
"labels": {
|
146 |
"feature": {
|
147 |
-
"num_classes": 100,
|
148 |
"names": [
|
149 |
"100163",
|
150 |
"100168",
|
@@ -247,18 +245,13 @@
|
|
247 |
"100284",
|
248 |
"100285"
|
249 |
],
|
250 |
-
"id": null,
|
251 |
"_type": "ClassLabel"
|
252 |
},
|
253 |
-
"length": -1,
|
254 |
-
"id": null,
|
255 |
"_type": "Sequence"
|
256 |
}
|
257 |
},
|
258 |
-
"post_processed": null,
|
259 |
-
"supervised_keys": null,
|
260 |
-
"task_templates": null,
|
261 |
"builder_name": "lex_glue",
|
|
|
262 |
"config_name": "eurlex",
|
263 |
"version": {
|
264 |
"version_str": "1.0.0",
|
@@ -270,33 +263,26 @@
|
|
270 |
"splits": {
|
271 |
"train": {
|
272 |
"name": "train",
|
273 |
-
"num_bytes":
|
274 |
"num_examples": 55000,
|
275 |
-
"dataset_name":
|
276 |
},
|
277 |
"test": {
|
278 |
"name": "test",
|
279 |
-
"num_bytes":
|
280 |
"num_examples": 5000,
|
281 |
-
"dataset_name":
|
282 |
},
|
283 |
"validation": {
|
284 |
"name": "validation",
|
285 |
-
"num_bytes":
|
286 |
"num_examples": 5000,
|
287 |
-
"dataset_name":
|
288 |
-
}
|
289 |
-
},
|
290 |
-
"download_checksums": {
|
291 |
-
"https://zenodo.org/record/5532997/files/eurlex.tar.gz": {
|
292 |
-
"num_bytes": 125413277,
|
293 |
-
"checksum": "82376ff55c3812632d8a21ad0d7e515e2e7ec6431ca7673a454cdd41a3a7bf46"
|
294 |
}
|
295 |
},
|
296 |
-
"download_size":
|
297 |
-
"
|
298 |
-
"
|
299 |
-
"size_in_bytes": 617467152
|
300 |
},
|
301 |
"scotus": {
|
302 |
"description": "The US Supreme Court (SCOTUS) is the highest federal court in the United States of America\nand generally hears only the most controversial or otherwise complex cases which have not\nbeen sufficiently well solved by lower courts. This is a single-label multi-class classification\ntask, where given a document (court opinion), the task is to predict the relevant issue areas.\nThe 14 issue areas cluster 278 issues whose focus is on the subject matter of the controversy (dispute).",
|
|
|
139 |
"features": {
|
140 |
"text": {
|
141 |
"dtype": "string",
|
|
|
142 |
"_type": "Value"
|
143 |
},
|
144 |
"labels": {
|
145 |
"feature": {
|
|
|
146 |
"names": [
|
147 |
"100163",
|
148 |
"100168",
|
|
|
245 |
"100284",
|
246 |
"100285"
|
247 |
],
|
|
|
248 |
"_type": "ClassLabel"
|
249 |
},
|
|
|
|
|
250 |
"_type": "Sequence"
|
251 |
}
|
252 |
},
|
|
|
|
|
|
|
253 |
"builder_name": "lex_glue",
|
254 |
+
"dataset_name": "lex_glue",
|
255 |
"config_name": "eurlex",
|
256 |
"version": {
|
257 |
"version_str": "1.0.0",
|
|
|
263 |
"splits": {
|
264 |
"train": {
|
265 |
"name": "train",
|
266 |
+
"num_bytes": 390770241,
|
267 |
"num_examples": 55000,
|
268 |
+
"dataset_name": null
|
269 |
},
|
270 |
"test": {
|
271 |
"name": "test",
|
272 |
+
"num_bytes": 59739094,
|
273 |
"num_examples": 5000,
|
274 |
+
"dataset_name": null
|
275 |
},
|
276 |
"validation": {
|
277 |
"name": "validation",
|
278 |
+
"num_bytes": 41544476,
|
279 |
"num_examples": 5000,
|
280 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
}
|
282 |
},
|
283 |
+
"download_size": 208028049,
|
284 |
+
"dataset_size": 492053811,
|
285 |
+
"size_in_bytes": 700081860
|
|
|
286 |
},
|
287 |
"scotus": {
|
288 |
"description": "The US Supreme Court (SCOTUS) is the highest federal court in the United States of America\nand generally hears only the most controversial or otherwise complex cases which have not\nbeen sufficiently well solved by lower courts. This is a single-label multi-class classification\ntask, where given a document (court opinion), the task is to predict the relevant issue areas.\nThe 14 issue areas cluster 278 issues whose focus is on the subject matter of the controversy (dispute).",
|
eurlex/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c2ce5e5bc26c907607613aa1d7e4209553dbc3b85ec6ddcff1c745e2c7fdb9d
|
3 |
+
size 24273776
|
eurlex/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0370abfe067fadec918490a01ba43ffc5bfdc6155283baffa5c120cf7754d3a
|
3 |
+
size 166694290
|
eurlex/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7f15ce05817231e33b5e0d63f3c07972a0490e1caa2bbfed4d6316204c893c8
|
3 |
+
size 17059983
|