IreNkweke commited on
Commit
2b9806a
1 Parent(s): 9d4bdb4

Training complete

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.9347898047004303
29
  - name: Recall
30
  type: recall
31
- value: 0.9505217098619994
32
  - name: F1
33
  type: f1
34
- value: 0.9425901201602136
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9871813739918761
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
44
 
45
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.0597
48
- - Precision: 0.9348
49
- - Recall: 0.9505
50
- - F1: 0.9426
51
- - Accuracy: 0.9872
52
 
53
  ## Model description
54
 
@@ -79,9 +79,9 @@ The following hyperparameters were used during training:
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | 0.078 | 1.0 | 1756 | 0.0798 | 0.8891 | 0.9233 | 0.9059 | 0.9789 |
83
- | 0.035 | 2.0 | 3512 | 0.0640 | 0.9290 | 0.9468 | 0.9378 | 0.9856 |
84
- | 0.0222 | 3.0 | 5268 | 0.0597 | 0.9348 | 0.9505 | 0.9426 | 0.9872 |
85
 
86
 
87
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.9285596436231645
29
  - name: Recall
30
  type: recall
31
+ value: 0.9471558397845843
32
  - name: F1
33
  type: f1
34
+ value: 0.9377655586103474
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9859892859245305
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the conll2003 dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.0617
48
+ - Precision: 0.9286
49
+ - Recall: 0.9472
50
+ - F1: 0.9378
51
+ - Accuracy: 0.9860
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.0778 | 1.0 | 1756 | 0.0717 | 0.9074 | 0.9337 | 0.9204 | 0.9803 |
83
+ | 0.0347 | 2.0 | 3512 | 0.0705 | 0.9266 | 0.9440 | 0.9352 | 0.9848 |
84
+ | 0.0214 | 3.0 | 5268 | 0.0617 | 0.9286 | 0.9472 | 0.9378 | 0.9860 |
85
 
86
 
87
  ### Framework versions