linearch commited on
Commit
bc92b9a
·
1 Parent(s): 5ca1547

Training complete

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.9308072487644151
29
  - name: Recall
30
  type: recall
31
- value: 0.9508582968697409
32
  - name: F1
33
  type: f1
34
- value: 0.9407259407259407
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9862394772473068
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -45,10 +45,10 @@ should probably proofread and complete it, then remove this comment. -->
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: nan
48
- - Precision: 0.9308
49
- - Recall: 0.9509
50
- - F1: 0.9407
51
- - Accuracy: 0.9862
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.2131 | 1.0 | 878 | nan | 0.9124 | 0.9379 | 0.9250 | 0.9824 |
83
- | 0.0444 | 2.0 | 1756 | nan | 0.9316 | 0.9488 | 0.9401 | 0.9861 |
84
- | 0.0244 | 3.0 | 2634 | nan | 0.9308 | 0.9509 | 0.9407 | 0.9862 |
85
 
86
 
87
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.9299373557533795
29
  - name: Recall
30
  type: recall
31
+ value: 0.9493436553349041
32
  - name: F1
33
  type: f1
34
+ value: 0.9395403064623584
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9863130629304763
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
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: nan
48
+ - Precision: 0.9299
49
+ - Recall: 0.9493
50
+ - F1: 0.9395
51
+ - Accuracy: 0.9863
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.2268 | 1.0 | 878 | nan | 0.9016 | 0.9362 | 0.9186 | 0.9820 |
83
+ | 0.0462 | 2.0 | 1756 | nan | 0.9283 | 0.9482 | 0.9381 | 0.9860 |
84
+ | 0.0248 | 3.0 | 2634 | nan | 0.9299 | 0.9493 | 0.9395 | 0.9863 |
85
 
86
 
87
  ### Framework versions