jfrenz commited on
Commit
aafcc41
1 Parent(s): 8facea9
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -205,20 +205,20 @@ dataset = load_dataset('jfrenz/legalglue', 'multi_eurlex_all_languages')
205
  ```
206
  ### Data Fields
207
 
208
- ####German_LER
209
 
210
  - `id`: id of the sample
211
  - `tokens`: the tokens of the sample text
212
  - `ner_tags`: the NER tags of each token
213
 
214
 
215
- ####LeNER_Br
216
 
217
  - `id`: id of the sample
218
  - `tokens`: the tokens of the sample text
219
  - `ner_tags`: the NER tags of each token
220
 
221
- ####SwissJudgmentPrediction
222
 
223
  - `id`: (**int**) ID of the document
224
  - `year`: (**int**) the publication year
@@ -230,7 +230,7 @@ dataset = load_dataset('jfrenz/legalglue', 'multi_eurlex_all_languages')
230
  - `legal area`: (**str**) the legal area of the case
231
 
232
 
233
- ####MultiEURLEX
234
 
235
  Monolingual use:
236
 
 
205
  ```
206
  ### Data Fields
207
 
208
+ #### German_LER
209
 
210
  - `id`: id of the sample
211
  - `tokens`: the tokens of the sample text
212
  - `ner_tags`: the NER tags of each token
213
 
214
 
215
+ #### LeNER_Br
216
 
217
  - `id`: id of the sample
218
  - `tokens`: the tokens of the sample text
219
  - `ner_tags`: the NER tags of each token
220
 
221
+ #### SwissJudgmentPrediction
222
 
223
  - `id`: (**int**) ID of the document
224
  - `year`: (**int**) the publication year
 
230
  - `legal area`: (**str**) the legal area of the case
231
 
232
 
233
+ #### MultiEURLEX
234
 
235
  Monolingual use:
236