othertales commited on
Commit
1e784a8
·
verified ·
1 Parent(s): 27917cd

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # UK Legislation Dataset
2
 
3
  This directory packages scraped UK legislation into a layout that can be ingested directly with the Hugging Face `datasets` library. All documents live in JSON Lines format inside `data/` with one piece of legislation per line. The schema captures both plain-text and XML renderings, along with document-level metadata and section breakdowns.
 
1
+ ---
2
+ pretty_name: UK Legislation
3
+ tags:
4
+ - uk
5
+ - law
6
+ - legislation
7
+ license: other
8
+ language: en
9
+ annotations_creators:
10
+ - no-annotation
11
+ language_creators:
12
+ - found
13
+ size_categories:
14
+ - 100K<n<1M
15
+ task_categories:
16
+ - text-generation
17
+ source_datasets:
18
+ - original
19
+ ---
20
+
21
  # UK Legislation Dataset
22
 
23
  This directory packages scraped UK legislation into a layout that can be ingested directly with the Hugging Face `datasets` library. All documents live in JSON Lines format inside `data/` with one piece of legislation per line. The schema captures both plain-text and XML renderings, along with document-level metadata and section breakdowns.