sphyuung commited on
Commit
dc73635
·
verified ·
1 Parent(s): 584949e

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.9344343517753922
30
  - name: Recall
31
  type: recall
32
- value: 0.9522046449007069
33
  - name: F1
34
  type: f1
35
- value: 0.9432358089522381
36
  - name: Accuracy
37
  type: accuracy
38
- value: 0.9870783540354389
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.0599
49
- - Precision: 0.9344
50
- - Recall: 0.9522
51
- - F1: 0.9432
52
- - Accuracy: 0.9871
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.0752 | 1.0 | 1756 | 0.0615 | 0.9115 | 0.9391 | 0.9251 | 0.9830 |
84
- | 0.0343 | 2.0 | 3512 | 0.0617 | 0.9335 | 0.9492 | 0.9413 | 0.9861 |
85
- | 0.0203 | 3.0 | 5268 | 0.0599 | 0.9344 | 0.9522 | 0.9432 | 0.9871 |
86
 
87
 
88
  ### Framework versions
 
26
  metrics:
27
  - name: Precision
28
  type: precision
29
+ value: 0.9326938978005622
30
  - name: Recall
31
  type: recall
32
+ value: 0.9491753618310333
33
  - name: F1
34
  type: f1
35
+ value: 0.9408624572524814
36
  - name: Accuracy
37
  type: accuracy
38
+ value: 0.9862394772473068
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.0612
49
+ - Precision: 0.9327
50
+ - Recall: 0.9492
51
+ - F1: 0.9409
52
+ - Accuracy: 0.9862
53
 
54
  ## Model description
55
 
 
80
 
81
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
82
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
83
+ | 0.0763 | 1.0 | 1756 | 0.0688 | 0.9048 | 0.9325 | 0.9184 | 0.9809 |
84
+ | 0.0345 | 2.0 | 3512 | 0.0641 | 0.9320 | 0.9458 | 0.9389 | 0.9854 |
85
+ | 0.0219 | 3.0 | 5268 | 0.0612 | 0.9327 | 0.9492 | 0.9409 | 0.9862 |
86
 
87
 
88
  ### Framework versions