jfrenz commited on
Commit
624d289
1 Parent(s): aafcc41
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -1,9 +1,7 @@
1
  ---
2
  pretty_name: LegalGLUE
3
  annotations_creators:
4
- - found
5
  language_creators:
6
- - found
7
  languages:
8
  - en
9
  - da
@@ -29,7 +27,6 @@ languages:
29
  - el
30
  - mt
31
  licenses:
32
- - cc-by-4.0
33
  multilinguality:
34
  - multilingual
35
  source_datasets:
@@ -108,7 +105,7 @@ see Split section
108
 
109
  ### Data Instances
110
 
111
- ####German_LER
112
 
113
  German_LER example
114
 
@@ -125,7 +122,7 @@ dataset = load_dataset('jfrenz/legalglue', 'german_ler')
125
  }
126
 
127
  ```
128
- ####LeNER-Br
129
 
130
  LeNER-Br example
131
 
@@ -142,7 +139,7 @@ dataset = load_dataset('jfrenz/legalglue', 'lener_br')
142
  'ner_tags': [0, 0, 0, 0, 0, 9, 10, 0, 3, 4, 4, 4, 0, 0, 0, 0, 11, 12, 12]}
143
  ```
144
 
145
- ####SwissJudgmentPrediction
146
 
147
  swissJudgmentPrediction_de example
148
 
@@ -164,7 +161,7 @@ dataset = load_dataset('jfrenz/legalglue', 'swissJudgmentPrediction_de')
164
  }
165
  ```
166
 
167
- ####MultiEURLEX
168
 
169
  Monolingual example out of the MultiEURLEX-Dataset
170
 
 
1
  ---
2
  pretty_name: LegalGLUE
3
  annotations_creators:
 
4
  language_creators:
 
5
  languages:
6
  - en
7
  - da
 
27
  - el
28
  - mt
29
  licenses:
 
30
  multilinguality:
31
  - multilingual
32
  source_datasets:
 
105
 
106
  ### Data Instances
107
 
108
+ #### German_LER
109
 
110
  German_LER example
111
 
 
122
  }
123
 
124
  ```
125
+ #### LeNER-Br
126
 
127
  LeNER-Br example
128
 
 
139
  'ner_tags': [0, 0, 0, 0, 0, 9, 10, 0, 3, 4, 4, 4, 0, 0, 0, 0, 11, 12, 12]}
140
  ```
141
 
142
+ #### SwissJudgmentPrediction
143
 
144
  swissJudgmentPrediction_de example
145
 
 
161
  }
162
  ```
163
 
164
+ #### MultiEURLEX
165
 
166
  Monolingual example out of the MultiEURLEX-Dataset
167