abdurrahmanbutler commited on
Commit
33b5dce
·
verified ·
1 Parent(s): 263117b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -12,4 +12,27 @@ configs:
12
  - split: corpus
13
  path: "corpus.jsonl"
14
  default: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
 
12
  - split: corpus
13
  path: "corpus.jsonl"
14
  default: true
15
+ dataset_info:
16
+ - config_name: corpus
17
+ features:
18
+ - name: version_id
19
+ dtype: string
20
+ - name: type
21
+ dtype: string
22
+ - name: jurisdiction
23
+ dtype: string
24
+ - name: source
25
+ dtype: string
26
+ - name: mime
27
+ dtype: string
28
+ - name: date
29
+ dtype: string
30
+ - name: citation
31
+ dtype: string
32
+ - name: url
33
+ dtype: string
34
+ - name: when_scraped
35
+ dtype: string
36
+ - name: text
37
+ dtype: string
38
  ---