macadeliccc commited on
Commit
65ef14e
·
verified ·
1 Parent(s): be45611

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -4,11 +4,15 @@ configs:
4
  - config_name: congress
5
  data_files:
6
  - split: train
7
- path: "all_us_federal_laws.json"
 
 
 
 
8
  - config_name: house_of_reps
9
  data_files:
10
  - split: train
11
- path: "us-public-law-118-70.jsonl"
12
 
13
  license: apache-2.0
14
  ---
 
4
  - config_name: congress
5
  data_files:
6
  - split: train
7
+ path: "all_us_federal_laws.jsonl"
8
+ - config_name: congress
9
+ data_files:
10
+ - split: train
11
+ path: "congress_public_laws.json"
12
  - config_name: house_of_reps
13
  data_files:
14
  - split: train
15
+ path: "us_public_law_118_70.jsonl"
16
 
17
  license: apache-2.0
18
  ---