amunozo commited on
Commit
9d982cf
·
1 Parent(s): c7bab7a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: slug
7
+ dtype: string
8
+ - name: court
9
+ struct:
10
+ - name: id
11
+ dtype: int64
12
+ - name: name
13
+ dtype: string
14
+ - name: slug
15
+ dtype: string
16
+ - name: city
17
+ dtype: int64
18
+ - name: state
19
+ dtype: int64
20
+ - name: jurisdiction
21
+ dtype: string
22
+ - name: level_of_appeal
23
+ dtype: string
24
+ - name: file_number
25
+ dtype: string
26
+ - name: date
27
+ dtype: timestamp[s]
28
+ - name: created_date
29
+ dtype: timestamp[s]
30
+ - name: updated_date
31
+ dtype: timestamp[s]
32
+ - name: type
33
+ dtype: string
34
+ - name: ecli
35
+ dtype: string
36
+ - name: content
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 3436956243
41
+ num_examples: 104763
42
+ download_size: 1344880133
43
+ dataset_size: 3436956243
44
+ configs:
45
+ - config_name: default
46
+ data_files:
47
+ - split: train
48
+ path: data/train-*
49
+ ---
50
+ # Dataset Card for "old_cases"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)