ninabaum commited on
Commit
3c80bf4
1 Parent(s): 440ac48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -18
README.md CHANGED
@@ -90,19 +90,6 @@ dataset = load_dataset('rcds/lower-court-insertion_swiss_judgment_prediction', '
90
  ```
91
 
92
  ### Data Fields
93
-
94
- The following data fields are provided for documents (train, validation):
95
-
96
- id: (**int**) a unique identifier of the for the document <br/>
97
- year: (**int**) the publication year<br/>
98
- text: (**str**) the facts of the case<br/>
99
- label: (class label) the judgment outcome: 0 (dismissal) or 1 (approval)<br/>
100
- language: (**str**) one of (de, fr, it)<br/>
101
- region: (**str**) the region of the lower court<br/>
102
- canton: (**str**) the canton of the lower court<br/>
103
- legal area: (**str**) the legal area of the case<br/>
104
-
105
-
106
  The following data fields are provided for documents (test):
107
 
108
  id: (**int**) a unique identifier of the for the document<br/>
@@ -118,12 +105,12 @@ lower_court: (**str**) the inserted lower_court (for Baseline there is no insert
118
 
119
  ### Data Splits (Including Swiss Judgment Prediction)
120
 
121
- Language | Subset | Number of Documents (Training/Validation/Test)
122
  |-----|-----|------|
123
- German| de| 35'452 / 4'705 / __378__
124
- French | fr| 21'179 / 3'095 / __414__
125
- Italian | it| 3'072 / 408 / __335__
126
- All | all | 59'709 / 8'208 / __1127__
127
 
128
 
129
  ## Dataset Creation
 
90
  ```
91
 
92
  ### Data Fields
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  The following data fields are provided for documents (test):
94
 
95
  id: (**int**) a unique identifier of the for the document<br/>
 
105
 
106
  ### Data Splits (Including Swiss Judgment Prediction)
107
 
108
+ Language | Subset | Number of Documents (Test)
109
  |-----|-----|------|
110
+ German| de| __378__
111
+ French | fr| __414__
112
+ Italian | it| __335__
113
+ All | all | __1127__
114
 
115
 
116
  ## Dataset Creation