MrRobson9 commited on
Commit
aa99017
·
verified ·
1 Parent(s): 56d9235

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,9 +53,9 @@ print(result)
53
  ```
54
 
55
  ## Performance
56
- |Model |accuracy |precision |recall |f1-score|
57
- |------|---------|----------|-------|--------|
58
- |BERT_uncased_CoNLL2003 |0.991 |0.946 |0.953 |0.950|
59
 
60
  ## License
61
  This model is licensed under the same terms as the BERT-base-cased model and the CoNLL2003 dataset. Please ensure compliance with all respective licenses when using this model.
 
53
  ```
54
 
55
  ## Performance
56
+ |accuracy |precision |recall |f1-score|
57
+ |---------|----------|-------|--------|
58
+ | 0.991 | 0.946 | 0.953 | 0.950 |
59
 
60
  ## License
61
  This model is licensed under the same terms as the BERT-base-cased model and the CoNLL2003 dataset. Please ensure compliance with all respective licenses when using this model.