Tiancheng Hu commited on
Commit
4991afa
·
1 Parent(s): cd7f345

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -29,10 +29,12 @@ There are some outputs (212/3453 or 6.14% that does not have the same length as
29
 
30
  F1 score on testing set of those with matching length :
31
 
32
- | Model | This Model | T5_NER_CONLL_OUTPUTLIST |
33
- | :---: | :---: | :---: |
34
- | F1| 0.8901 | 0.8691|
35
 
 
 
36
 
37
 
38
 
 
29
 
30
  F1 score on testing set of those with matching length :
31
 
32
+ | Model | This Model | T5_NER_CONLL_OUTPUTLIST | BERTbase
33
+ | :---: | :---: | :---: |
34
+ | F1| 0.8901 | 0.8691| 0.9240
35
 
36
+ *Caveat: The testing set of these aren't the same, due to matching length issue...
37
+ T5_NER_CONLL_OUTPUTLIST only has 27/3453 missing length (only 0.78%); The BERT number is directly from their paper (https://arxiv.org/pdf/1810.04805.pdf)
38
 
39
 
40