Commit
•
ffa3e5f
1
Parent(s):
d3e022f
Add scotus data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -22
- scotus/test-00000-of-00001.parquet +3 -0
- scotus/train-00000-of-00001.parquet +3 -0
- scotus/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -381,16 +381,16 @@ dataset_info:
|
|
381 |
'12': '13'
|
382 |
splits:
|
383 |
- name: train
|
384 |
-
num_bytes:
|
385 |
num_examples: 5000
|
386 |
- name: test
|
387 |
-
num_bytes:
|
388 |
num_examples: 1400
|
389 |
- name: validation
|
390 |
-
num_bytes:
|
391 |
num_examples: 1400
|
392 |
-
download_size:
|
393 |
-
dataset_size:
|
394 |
- config_name: unfair_tos
|
395 |
features:
|
396 |
- name: text
|
@@ -444,6 +444,14 @@ configs:
|
|
444 |
path: eurlex/test-*
|
445 |
- split: validation
|
446 |
path: eurlex/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
---
|
448 |
|
449 |
# Dataset Card for "LexGLUE"
|
|
|
381 |
'12': '13'
|
382 |
splits:
|
383 |
- name: train
|
384 |
+
num_bytes: 178959316
|
385 |
num_examples: 5000
|
386 |
- name: test
|
387 |
+
num_bytes: 76213279
|
388 |
num_examples: 1400
|
389 |
- name: validation
|
390 |
+
num_bytes: 75600243
|
391 |
num_examples: 1400
|
392 |
+
download_size: 173411399
|
393 |
+
dataset_size: 330772838
|
394 |
- config_name: unfair_tos
|
395 |
features:
|
396 |
- name: text
|
|
|
444 |
path: eurlex/test-*
|
445 |
- split: validation
|
446 |
path: eurlex/validation-*
|
447 |
+
- config_name: scotus
|
448 |
+
data_files:
|
449 |
+
- split: train
|
450 |
+
path: scotus/train-*
|
451 |
+
- split: test
|
452 |
+
path: scotus/test-*
|
453 |
+
- split: validation
|
454 |
+
path: scotus/validation-*
|
455 |
---
|
456 |
|
457 |
# Dataset Card for "LexGLUE"
|
dataset_infos.json
CHANGED
@@ -292,11 +292,9 @@
|
|
292 |
"features": {
|
293 |
"text": {
|
294 |
"dtype": "string",
|
295 |
-
"id": null,
|
296 |
"_type": "Value"
|
297 |
},
|
298 |
"label": {
|
299 |
-
"num_classes": 13,
|
300 |
"names": [
|
301 |
"1",
|
302 |
"2",
|
@@ -312,14 +310,11 @@
|
|
312 |
"12",
|
313 |
"13"
|
314 |
],
|
315 |
-
"id": null,
|
316 |
"_type": "ClassLabel"
|
317 |
}
|
318 |
},
|
319 |
-
"post_processed": null,
|
320 |
-
"supervised_keys": null,
|
321 |
-
"task_templates": null,
|
322 |
"builder_name": "lex_glue",
|
|
|
323 |
"config_name": "scotus",
|
324 |
"version": {
|
325 |
"version_str": "1.0.0",
|
@@ -331,33 +326,26 @@
|
|
331 |
"splits": {
|
332 |
"train": {
|
333 |
"name": "train",
|
334 |
-
"num_bytes":
|
335 |
"num_examples": 5000,
|
336 |
-
"dataset_name":
|
337 |
},
|
338 |
"test": {
|
339 |
"name": "test",
|
340 |
-
"num_bytes":
|
341 |
"num_examples": 1400,
|
342 |
-
"dataset_name":
|
343 |
},
|
344 |
"validation": {
|
345 |
"name": "validation",
|
346 |
-
"num_bytes":
|
347 |
"num_examples": 1400,
|
348 |
-
"dataset_name":
|
349 |
-
}
|
350 |
-
},
|
351 |
-
"download_checksums": {
|
352 |
-
"https://zenodo.org/record/5532997/files/scotus.tar.gz": {
|
353 |
-
"num_bytes": 104763335,
|
354 |
-
"checksum": "d53cc99aaf60b24ca7e4cf634f08a2572b5b3532f83aecdfc2c4257050dc9d0a"
|
355 |
}
|
356 |
},
|
357 |
-
"download_size":
|
358 |
-
"
|
359 |
-
"
|
360 |
-
"size_in_bytes": 435536185
|
361 |
},
|
362 |
"ledgar": {
|
363 |
"description": "LEDGAR dataset aims contract provision (paragraph) classification.\nThe contract provisions come from contracts obtained from the US Securities and Exchange Commission (SEC)\nfilings, which are publicly available from EDGAR. Each label represents the single main topic\n(theme) of the corresponding contract provision.",
|
|
|
292 |
"features": {
|
293 |
"text": {
|
294 |
"dtype": "string",
|
|
|
295 |
"_type": "Value"
|
296 |
},
|
297 |
"label": {
|
|
|
298 |
"names": [
|
299 |
"1",
|
300 |
"2",
|
|
|
310 |
"12",
|
311 |
"13"
|
312 |
],
|
|
|
313 |
"_type": "ClassLabel"
|
314 |
}
|
315 |
},
|
|
|
|
|
|
|
316 |
"builder_name": "lex_glue",
|
317 |
+
"dataset_name": "lex_glue",
|
318 |
"config_name": "scotus",
|
319 |
"version": {
|
320 |
"version_str": "1.0.0",
|
|
|
326 |
"splits": {
|
327 |
"train": {
|
328 |
"name": "train",
|
329 |
+
"num_bytes": 178959316,
|
330 |
"num_examples": 5000,
|
331 |
+
"dataset_name": null
|
332 |
},
|
333 |
"test": {
|
334 |
"name": "test",
|
335 |
+
"num_bytes": 76213279,
|
336 |
"num_examples": 1400,
|
337 |
+
"dataset_name": null
|
338 |
},
|
339 |
"validation": {
|
340 |
"name": "validation",
|
341 |
+
"num_bytes": 75600243,
|
342 |
"num_examples": 1400,
|
343 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
344 |
}
|
345 |
},
|
346 |
+
"download_size": 173411399,
|
347 |
+
"dataset_size": 330772838,
|
348 |
+
"size_in_bytes": 504184237
|
|
|
349 |
},
|
350 |
"ledgar": {
|
351 |
"description": "LEDGAR dataset aims contract provision (paragraph) classification.\nThe contract provisions come from contracts obtained from the US Securities and Exchange Commission (SEC)\nfilings, which are publicly available from EDGAR. Each label represents the single main topic\n(theme) of the corresponding contract provision.",
|
scotus/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1116b7762ec235264723c6f68509572620b616118db623ec6bbc3671fcbb1b96
|
3 |
+
size 39976265
|
scotus/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a7288e9bd124ec344759f49c855a5079b7d98bed2ee86c51c6b2c65b51c4503
|
3 |
+
size 94360448
|
scotus/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b858a6e7fde006e0dcdf4d1253e8eabfe040a84ad13ef45157f00e9b8d5c8b5
|
3 |
+
size 39074686
|