Datasets:
File size: 716 Bytes
27917cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
{
"dataset_type": "json",
"data_files": {
"train": "data/train.jsonl"
},
"features": {
"id": "string",
"title": "string",
"type": "string",
"year": "int32",
"number": "int32",
"text_content": "string",
"xml_content": "string",
"publication_date": "string",
"enacted_date": "string",
"coming_into_force_date": "string",
"extent": [
"string"
],
"status": "string",
"sections": [
{
"id": "string",
"number": "string",
"title": "string",
"content": "string"
}
],
"metadata": {
"classification": "string",
"title": "string"
},
"url": "string",
"checksum": "string"
}
}
|