kamalkraj commited on
Commit
9e08afd
1 Parent(s): ac6bfa7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -4,9 +4,34 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - conll2003
 
 
 
 
 
7
  model-index:
8
  - name: bert-base-cased-ner-conll2003
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +40,12 @@ should probably proofread and complete it, then remove this comment. -->
15
  # bert-base-cased-ner-conll2003
16
 
17
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
 
 
 
 
 
 
18
 
19
  ## Model description
20
 
 
4
  - generated_from_trainer
5
  datasets:
6
  - conll2003
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
  model-index:
13
  - name: bert-base-cased-ner-conll2003
14
+ results:
15
+ - task:
16
+ name: Token Classification
17
+ type: token-classification
18
+ dataset:
19
+ name: conll2003
20
+ type: conll2003
21
+ args: conll2003
22
+ metrics:
23
+ - name: Precision
24
+ type: precision
25
+ value: 0.9438052359513089
26
+ - name: Recall
27
+ type: recall
28
+ value: 0.9525412319084483
29
+ - name: F1
30
+ type: f1
31
+ value: 0.9481531116508919
32
+ - name: Accuracy
33
+ type: accuracy
34
+ value: 0.9910634321093416
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
40
  # bert-base-cased-ner-conll2003
41
 
42
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
43
+ It achieves the following results on the evaluation set:
44
+ - Loss: 0.0355
45
+ - Precision: 0.9438
46
+ - Recall: 0.9525
47
+ - F1: 0.9482
48
+ - Accuracy: 0.9911
49
 
50
  ## Model description
51