7beshoyarnest commited on
Commit
65b3da8
·
verified ·
1 Parent(s): 323860a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -20,12 +20,18 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  # bert-finetuned-ner
22
 
23
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
 
24
  It achieves the following results on the evaluation set:
 
25
  - Loss: 0.2904
 
26
  - Precision: 0.8249
 
27
  - Recall: 0.8498
 
28
  - F1: 0.8372
 
29
  - Accuracy: 0.9311
30
 
31
  ## Model description
 
20
 
21
  # bert-finetuned-ner
22
 
23
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on [unimelb-nlp/wikiann](unimelb-nlp/wikiann) dataset English Language
24
+ .
25
  It achieves the following results on the evaluation set:
26
+
27
  - Loss: 0.2904
28
+ -
29
  - Precision: 0.8249
30
+ -
31
  - Recall: 0.8498
32
+ -
33
  - F1: 0.8372
34
+ -
35
  - Accuracy: 0.9311
36
 
37
  ## Model description