zmeeks commited on
Commit
4e0dbd1
1 Parent(s): cf7b055

Training complete

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.932892561983471
29
  - name: Recall
30
  type: recall
31
  value: 0.9498485358465163
32
  - name: F1
33
  type: f1
34
- value: 0.9412941961307538
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9859304173779949
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.0647
48
- - Precision: 0.9329
49
  - Recall: 0.9498
50
- - F1: 0.9413
51
- - Accuracy: 0.9859
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.0739 | 1.0 | 1756 | 0.0738 | 0.9000 | 0.9320 | 0.9158 | 0.9799 |
83
- | 0.0348 | 2.0 | 3512 | 0.0715 | 0.9274 | 0.9416 | 0.9344 | 0.9836 |
84
- | 0.0219 | 3.0 | 5268 | 0.0647 | 0.9329 | 0.9498 | 0.9413 | 0.9859 |
85
 
86
 
87
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.9332010582010583
29
  - name: Recall
30
  type: recall
31
  value: 0.9498485358465163
32
  - name: F1
33
  type: f1
34
+ value: 0.9414512093411176
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9862247601106728
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.0631
48
+ - Precision: 0.9332
49
  - Recall: 0.9498
50
+ - F1: 0.9415
51
+ - Accuracy: 0.9862
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.0761 | 1.0 | 1756 | 0.0599 | 0.9104 | 0.9391 | 0.9245 | 0.9834 |
83
+ | 0.0339 | 2.0 | 3512 | 0.0661 | 0.9329 | 0.9470 | 0.9399 | 0.9854 |
84
+ | 0.0231 | 3.0 | 5268 | 0.0631 | 0.9332 | 0.9498 | 0.9415 | 0.9862 |
85
 
86
 
87
  ### Framework versions