buruzaemon commited on
Commit
38b9f85
·
verified ·
1 Parent(s): 1cef905

Training complete

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -26,16 +26,16 @@ model-index:
26
  metrics:
27
  - name: Precision
28
  type: precision
29
- value: 0.9320885657633841
30
  - name: Recall
31
  type: recall
32
- value: 0.9493436553349041
33
  - name: F1
34
  type: f1
35
- value: 0.9406369851592463
36
  - name: Accuracy
37
  type: accuracy
38
- value: 0.9859451345146288
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -45,11 +45,11 @@ should probably proofread and complete it, then remove this comment. -->
45
 
46
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
47
  It achieves the following results on the evaluation set:
48
- - Loss: 0.0621
49
- - Precision: 0.9321
50
- - Recall: 0.9493
51
- - F1: 0.9406
52
- - Accuracy: 0.9859
53
 
54
  ## Model description
55
 
@@ -80,9 +80,9 @@ The following hyperparameters were used during training:
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
- | 0.0744 | 1.0 | 1756 | 0.0782 | 0.8921 | 0.9253 | 0.9084 | 0.9794 |
84
- | 0.0354 | 2.0 | 3512 | 0.0635 | 0.9294 | 0.9460 | 0.9376 | 0.9854 |
85
- | 0.021 | 3.0 | 5268 | 0.0621 | 0.9321 | 0.9493 | 0.9406 | 0.9859 |
86
 
87
 
88
  ### Framework versions
 
26
  metrics:
27
  - name: Precision
28
  type: precision
29
+ value: 0.9299867899603699
30
  - name: Recall
31
  type: recall
32
+ value: 0.9478290138000673
33
  - name: F1
34
  type: f1
35
+ value: 0.9388231371895316
36
  - name: Accuracy
37
  type: accuracy
38
+ value: 0.9857390946017542
39
  ---
40
 
41
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
45
 
46
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
47
  It achieves the following results on the evaluation set:
48
+ - Loss: 0.0630
49
+ - Precision: 0.9300
50
+ - Recall: 0.9478
51
+ - F1: 0.9388
52
+ - Accuracy: 0.9857
53
 
54
  ## Model description
55
 
 
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.0767 | 1.0 | 1756 | 0.0671 | 0.9071 | 0.9334 | 0.9200 | 0.9812 |
84
+ | 0.0333 | 2.0 | 3512 | 0.0760 | 0.9237 | 0.9394 | 0.9315 | 0.9836 |
85
+ | 0.0223 | 3.0 | 5268 | 0.0630 | 0.9300 | 0.9478 | 0.9388 | 0.9857 |
86
 
87
 
88
  ### Framework versions