ViktorDo commited on
Commit
6636ed8
1 Parent(s): 9b37daf

End of training

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [ViktorDo/EcoBERT-Pretrained](https://huggingface.co/ViktorDo/EcoBERT-Pretrained) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0793
24
- - Precision: 0.5392
25
- - Recall: 0.6269
26
- - F1: 0.5798
27
- - Accuracy: 0.9707
28
 
29
  ## Model description
30
 
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 55 | 0.1232 | 0.3138 | 0.3156 | 0.3147 | 0.9506 |
59
- | No log | 2.0 | 110 | 0.0903 | 0.4718 | 0.5400 | 0.5036 | 0.9666 |
60
- | No log | 3.0 | 165 | 0.0800 | 0.5141 | 0.6157 | 0.5603 | 0.9699 |
61
- | No log | 4.0 | 220 | 0.0746 | 0.5253 | 0.6115 | 0.5651 | 0.9719 |
62
- | No log | 5.0 | 275 | 0.0793 | 0.5392 | 0.6269 | 0.5798 | 0.9707 |
63
 
64
 
65
  ### Framework versions
66
 
67
- - Transformers 4.33.0
68
  - Pytorch 2.0.1+cu118
69
- - Datasets 2.14.4
70
  - Tokenizers 0.13.3
 
20
 
21
  This model is a fine-tuned version of [ViktorDo/EcoBERT-Pretrained](https://huggingface.co/ViktorDo/EcoBERT-Pretrained) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0830
24
+ - Precision: 0.5278
25
+ - Recall: 0.6129
26
+ - F1: 0.5672
27
+ - Accuracy: 0.9698
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 55 | 0.1278 | 0.3136 | 0.3871 | 0.3465 | 0.9466 |
59
+ | No log | 2.0 | 110 | 0.0904 | 0.4455 | 0.5442 | 0.4899 | 0.9657 |
60
+ | No log | 3.0 | 165 | 0.0825 | 0.5096 | 0.6339 | 0.5650 | 0.9691 |
61
+ | No log | 4.0 | 220 | 0.0795 | 0.5083 | 0.6003 | 0.5505 | 0.9699 |
62
+ | No log | 5.0 | 275 | 0.0830 | 0.5278 | 0.6129 | 0.5672 | 0.9698 |
63
 
64
 
65
  ### Framework versions
66
 
67
+ - Transformers 4.33.2
68
  - Pytorch 2.0.1+cu118
69
+ - Datasets 2.14.5
70
  - Tokenizers 0.13.3