buruzaemon commited on
Commit
1babb50
·
verified ·
1 Parent(s): 99a690a

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.9376037172253567
30
  - name: Recall
31
  type: recall
32
- value: 0.9508582968697409
33
  - name: F1
34
  type: f1
35
- value: 0.9441844919786097
36
  - name: Accuracy
37
  type: accuracy
38
- value: 0.9868575969859305
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.0593
49
- - Precision: 0.9376
50
- - Recall: 0.9509
51
- - F1: 0.9442
52
- - Accuracy: 0.9869
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.0784 | 1.0 | 1756 | 0.0595 | 0.9189 | 0.9376 | 0.9281 | 0.9833 |
84
- | 0.0361 | 2.0 | 3512 | 0.0692 | 0.9298 | 0.9455 | 0.9376 | 0.9852 |
85
- | 0.0217 | 3.0 | 5268 | 0.0593 | 0.9376 | 0.9509 | 0.9442 | 0.9869 |
86
 
87
 
88
  ### Framework versions
 
26
  metrics:
27
  - name: Precision
28
  type: precision
29
+ value: 0.9401794616151545
30
  - name: Recall
31
  type: recall
32
+ value: 0.9522046449007069
33
  - name: F1
34
  type: f1
35
+ value: 0.9461538461538462
36
  - name: Accuracy
37
  type: accuracy
38
+ value: 0.9871225054453405
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.0603
49
+ - Precision: 0.9402
50
+ - Recall: 0.9522
51
+ - F1: 0.9462
52
+ - Accuracy: 0.9871
53
 
54
  ## Model description
55
 
 
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.0801 | 1.0 | 1756 | 0.0681 | 0.9112 | 0.9325 | 0.9217 | 0.9817 |
84
+ | 0.0371 | 2.0 | 3512 | 0.0647 | 0.9340 | 0.9483 | 0.9411 | 0.9863 |
85
+ | 0.0207 | 3.0 | 5268 | 0.0603 | 0.9402 | 0.9522 | 0.9462 | 0.9871 |
86
 
87
 
88
  ### Framework versions