grace-pro commited on
Commit
5cf35aa
·
1 Parent(s): edec32b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.932980307794142
28
  - name: Recall
29
  type: recall
30
  value: 0.9488387748232918
31
  - name: F1
32
  type: f1
33
- value: 0.94084272006675
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9861806087007712
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0620
47
- - Precision: 0.9330
48
  - Recall: 0.9488
49
- - F1: 0.9408
50
- - Accuracy: 0.9862
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.0837 | 1.0 | 1756 | 0.0700 | 0.9214 | 0.9347 | 0.9280 | 0.9818 |
82
- | 0.0324 | 2.0 | 3512 | 0.0643 | 0.9259 | 0.9463 | 0.9360 | 0.9851 |
83
- | 0.0173 | 3.0 | 5268 | 0.0620 | 0.9330 | 0.9488 | 0.9408 | 0.9862 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9349917081260365
28
  - name: Recall
29
  type: recall
30
  value: 0.9488387748232918
31
  - name: F1
32
  type: f1
33
+ value: 0.941864350150351
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9863130629304763
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0596
47
+ - Precision: 0.9350
48
  - Recall: 0.9488
49
+ - F1: 0.9419
50
+ - Accuracy: 0.9863
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0881 | 1.0 | 1756 | 0.0666 | 0.9162 | 0.9342 | 0.9251 | 0.9825 |
82
+ | 0.0332 | 2.0 | 3512 | 0.0608 | 0.9272 | 0.9478 | 0.9374 | 0.9860 |
83
+ | 0.0178 | 3.0 | 5268 | 0.0596 | 0.9350 | 0.9488 | 0.9419 | 0.9863 |
84
 
85
 
86
  ### Framework versions