Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,23 @@ configs:
|
|
8 |
data_files:
|
9 |
- split: congress
|
10 |
path: "all_us_federal_laws.json"
|
|
|
|
|
11 |
- split: house_of_reps
|
12 |
path: "us-public-law-118-70.jsonl"
|
13 |
|
14 |
license: apache-2.0
|
15 |
-
|
16 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
data_files:
|
9 |
- split: congress
|
10 |
path: "all_us_federal_laws.json"
|
11 |
+
- config_name: house_of_reps
|
12 |
+
data_files:
|
13 |
- split: house_of_reps
|
14 |
path: "us-public-law-118-70.jsonl"
|
15 |
|
16 |
license: apache-2.0
|
|
|
17 |
---
|
18 |
+
# US Federal Laws
|
19 |
+
|
20 |
+
This dataset consists of US Federal laws that are voted in by either Congress or the House of Representatives.
|
21 |
+
|
22 |
+
## Taxonomy
|
23 |
+
|
24 |
+
+ The congress split contains the laws voted from the 88th congress through the 118th Congress.
|
25 |
+
+ The house_of_reps split contains all of the current versions of US Code as documented in Public Law 118-70
|
26 |
+
|
27 |
+
## Loading Script
|
28 |
+
|
29 |
+
|
30 |
+
|