Tiancheng Hu commited on
Commit
d9b470b
·
1 Parent(s): 2ef4199

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,5 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  This is a T5 small model finetuned on CoNLL-2003 dataset.
2
 
3
  Example input and output:
4
  “Recognize all the named entities in this sequence (replace named entities with one of [PER], [ORG], [LOC], [MISC]): When Alice visited New York” → “When PER visited LOC LOC"
5
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - Named Entity Recognition (NER)
6
+ datasets:
7
+ - CoNLL-2003
8
+ metrics:
9
+ - F1
10
+ - % match
11
+
12
+
13
+
14
  This is a T5 small model finetuned on CoNLL-2003 dataset.
15
 
16
  Example input and output:
17
  “Recognize all the named entities in this sequence (replace named entities with one of [PER], [ORG], [LOC], [MISC]): When Alice visited New York” → “When PER visited LOC LOC"
18
 
19
+ ---