elenanereiss commited on
Commit
dc55e3c
1 Parent(s): ef13563

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -21,6 +21,16 @@ task_categories:
21
  - token-classification
22
  task_ids:
23
  - named-entity-recognition
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for "German LER"
 
21
  - token-classification
22
  task_ids:
23
  - named-entity-recognition
24
+ train-eval-index:
25
+ - config: conll2003
26
+ task: token-classification
27
+ task_id: entity_extraction
28
+ splits:
29
+ train_split: train
30
+ eval_split: test
31
+ col_mapping:
32
+ tokens: tokens
33
+ ner_tags: tags
34
  ---
35
 
36
  # Dataset Card for "German LER"