Upload 3 files
Browse files- dataset.arrow +3 -0
- dataset_info.json +25 -0
- state.json +14 -0
dataset.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87faba2b0f31a41b761a97e8a8073be174d7646a4c71377d0ed3e69861b45b49
|
| 3 |
+
size 9123750248
|
dataset_info.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"builder_name": null,
|
| 3 |
+
"citation": "\n@misc{hendersonkrass2022pileoflaw,\n url = {https://arxiv.org/abs/2207.00220},\n author = {Henderson, Peter and Krass, Mark S. and Zheng, Lucia and Guha, Neel and Manning, Christopher D. and Jurafsky, Dan and Ho, Daniel E.},\n title = {Pile of Law: Learning Responsible Data Filtering from the Law and a 256GB Open-Source Legal Dataset},\n publisher = {arXiv},\n year = {2022}\n}\n\n\n",
|
| 4 |
+
"config_name": null,
|
| 5 |
+
"dataset_size": null,
|
| 6 |
+
"description": "\nWe curate a large corpus of legal and administrative data. The utility of this data is twofold: (1) to aggregate legal and administrative data sources that demonstrate different norms and legal standards for data filtering; (2) to collect a dataset that can be used in the future for pretraining legal-domain language models, a key direction in access-to-justice initiatives.\n\n\n",
|
| 7 |
+
"download_checksums": null,
|
| 8 |
+
"download_size": null,
|
| 9 |
+
"features": {
|
| 10 |
+
"text": {
|
| 11 |
+
"dtype": "string",
|
| 12 |
+
"id": null,
|
| 13 |
+
"_type": "Value"
|
| 14 |
+
}
|
| 15 |
+
},
|
| 16 |
+
"homepage": "https://huggingface.co/datasets/pile-of-law/pile-of-law\n\n",
|
| 17 |
+
"license": "",
|
| 18 |
+
"post_processed": null,
|
| 19 |
+
"post_processing_size": null,
|
| 20 |
+
"size_in_bytes": null,
|
| 21 |
+
"splits": null,
|
| 22 |
+
"supervised_keys": null,
|
| 23 |
+
"task_templates": null,
|
| 24 |
+
"version": null
|
| 25 |
+
}
|
state.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "dataset.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "461210b0d6aac0ee",
|
| 8 |
+
"_format_columns": null,
|
| 9 |
+
"_format_kwargs": {},
|
| 10 |
+
"_format_type": null,
|
| 11 |
+
"_indexes": {},
|
| 12 |
+
"_output_all_columns": false,
|
| 13 |
+
"_split": null
|
| 14 |
+
}
|