File size: 1,572 Bytes
a6f8504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: name
    dtype: string
  - name: name_abbreviation
    dtype: string
  - name: decision_date
    dtype: string
  - name: docket_number
    dtype: string
  - name: court
    dtype: string
  - name: casebody
    dtype: string
  - name: judge1
    dtype: string
  - name: judge2
    dtype: string
  - name: judge3
    dtype: string
  - name: exactly_three_caps
    dtype: int64
  - name: extra_judges
    dtype: string
  - name: judge_designations
    dtype: string
  - name: opinions_count
    dtype: int64
  - name: majority_count
    dtype: int64
  - name: dissent_count
    dtype: int64
  - name: concurrence_count
    dtype: int64
  - name: other_count
    dtype: int64
  - name: primary_citation
    dtype: string
  - name: reporter
    dtype: string
  - name: volume
    dtype: 'null'
  - name: resource_url
    dtype: string
  - name: precedential_status
    dtype: string
  - name: 010combined_count
    dtype: int64
  - name: 020lead_count
    dtype: int64
  - name: 030concurrence_count
    dtype: int64
  - name: 035concurrenceinpart_count
    dtype: int64
  - name: 040dissent_count
    dtype: int64
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 3455705452
    num_examples: 31175
  download_size: 1629387251
  dataset_size: 3455705452
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---