lilyyellow commited on
Commit
e86a18c
1 Parent(s): bffb9aa

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [NlpHUST/ner-vietnamese-electra-base](https://huggingface.co/NlpHUST/ner-vietnamese-electra-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5013
23
- - Precision: 0.5533
24
- - Recall: 0.6351
25
- - F1: 0.5914
26
- - Accuracy: 0.8419
27
 
28
  ## Model description
29
 
@@ -48,14 +48,19 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: cosine
51
- - num_epochs: 5
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
- |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | 0.4831 | 1.9990 | 2099 | 0.4981 | 0.5509 | 0.6224 | 0.5845 | 0.8411 |
58
- | 0.391 | 3.9981 | 4198 | 0.5013 | 0.5533 | 0.6351 | 0.5914 | 0.8419 |
 
 
 
 
 
59
 
60
 
61
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [NlpHUST/ner-vietnamese-electra-base](https://huggingface.co/NlpHUST/ner-vietnamese-electra-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.7184
23
+ - Precision: 0.5603
24
+ - Recall: 0.6333
25
+ - F1: 0.5946
26
+ - Accuracy: 0.8261
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: cosine
51
+ - num_epochs: 15
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-------:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.478 | 1.9991 | 2313 | 0.5109 | 0.5864 | 0.5956 | 0.5910 | 0.8411 |
58
+ | 0.3927 | 3.9983 | 4626 | 0.5095 | 0.5834 | 0.6186 | 0.6005 | 0.8401 |
59
+ | 0.3111 | 5.9974 | 6939 | 0.5813 | 0.5434 | 0.6335 | 0.5850 | 0.8258 |
60
+ | 0.2339 | 7.9965 | 9252 | 0.6137 | 0.5515 | 0.6312 | 0.5887 | 0.8261 |
61
+ | 0.1983 | 9.9957 | 11565 | 0.6743 | 0.5719 | 0.6243 | 0.5969 | 0.8305 |
62
+ | 0.1565 | 11.9948 | 13878 | 0.7044 | 0.5594 | 0.6372 | 0.5958 | 0.8250 |
63
+ | 0.1657 | 13.9939 | 16191 | 0.7184 | 0.5603 | 0.6333 | 0.5946 | 0.8261 |
64
 
65
 
66
  ### Framework versions