neural-net-rahul commited on
Commit
2f714be
·
1 Parent(s): 853de85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # bert-finetuned-ner
20
 
21
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.0607
24
  - Precision: 0.9377
 
18
 
19
  # bert-finetuned-ner
20
 
21
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on [conll2003](https://huggingface.co/datasets/conll2003) dataset.
22
  It achieves the following results on the evaluation set:
23
  - Loss: 0.0607
24
  - Precision: 0.9377