Jean-Baptiste commited on
Commit
c272484
1 Parent(s): 3768814

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -6,6 +6,16 @@ widget:
6
  - text: "My name is jean-baptiste and I live in montreal"
7
  - text: "My name is clara and I live in berkeley, california."
8
  - text: "My name is wolfgang and I live in berlin"
 
 
 
 
 
 
 
 
 
 
9
 
10
  ---
11
 
 
6
  - text: "My name is jean-baptiste and I live in montreal"
7
  - text: "My name is clara and I live in berkeley, california."
8
  - text: "My name is wolfgang and I live in berlin"
9
+ train-eval-index:
10
+ - config: conll2003
11
+ task: token-classification
12
+ task_id: entity_extraction
13
+ splits:
14
+ eval_split: validation
15
+ col_mapping:
16
+ tokens: tokens
17
+ ner_tags: tags
18
+
19
 
20
  ---
21