phijve commited on
Commit
71dcfe8
1 Parent(s): 3ae4493

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -22,16 +22,16 @@ model-index:
22
  metrics:
23
  - name: Precision
24
  type: precision
25
- value: 0.9372405777851569
26
  - name: Recall
27
  type: recall
28
- value: 0.9500168293503871
29
  - name: F1
30
  type: f1
31
- value: 0.943585457584622
32
  - name: Accuracy
33
  type: accuracy
34
- value: 0.9856507917819509
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,11 +41,11 @@ should probably proofread and complete it, then remove this comment. -->
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.0645
45
- - Precision: 0.9372
46
- - Recall: 0.9500
47
- - F1: 0.9436
48
- - Accuracy: 0.9857
49
 
50
  ## Model description
51
 
@@ -76,9 +76,9 @@ The following hyperparameters were used during training:
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
- | 0.0885 | 1.0 | 1756 | 0.0646 | 0.9199 | 0.9396 | 0.9296 | 0.9839 |
80
- | 0.0399 | 2.0 | 3512 | 0.0611 | 0.9248 | 0.9483 | 0.9364 | 0.9848 |
81
- | 0.0203 | 3.0 | 5268 | 0.0645 | 0.9372 | 0.9500 | 0.9436 | 0.9857 |
82
 
83
 
84
  ### Framework versions
 
22
  metrics:
23
  - name: Precision
24
  type: precision
25
+ value: 0.9396951623591783
26
  - name: Recall
27
  type: recall
28
+ value: 0.9545607539548974
29
  - name: F1
30
  type: f1
31
+ value: 0.947069627650693
32
  - name: Accuracy
33
  type: accuracy
34
+ value: 0.9872843939483135
35
  ---
36
 
37
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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.0596
45
+ - Precision: 0.9397
46
+ - Recall: 0.9546
47
+ - F1: 0.9471
48
+ - Accuracy: 0.9873
49
 
50
  ## Model description
51
 
 
76
 
77
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
78
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
79
+ | 0.0787 | 1.0 | 1756 | 0.0604 | 0.9250 | 0.9418 | 0.9333 | 0.9844 |
80
+ | 0.0318 | 2.0 | 3512 | 0.0578 | 0.9291 | 0.9502 | 0.9395 | 0.9860 |
81
+ | 0.0151 | 3.0 | 5268 | 0.0596 | 0.9397 | 0.9546 | 0.9471 | 0.9873 |
82
 
83
 
84
  ### Framework versions