ViktorDo commited on
Commit
e5dd84e
1 Parent(s): 23dfa60

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 [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0720
24
- - Precision: 0.6206
25
- - Recall: 0.6999
26
- - F1: 0.6579
27
- - Accuracy: 0.9749
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.0995 | 0.4306 | 0.3829 | 0.4053 | 0.9649 |
59
- | No log | 2.0 | 110 | 0.0732 | 0.5802 | 0.6494 | 0.6128 | 0.9723 |
60
- | No log | 3.0 | 165 | 0.0694 | 0.5870 | 0.6957 | 0.6367 | 0.9735 |
61
- | No log | 4.0 | 220 | 0.0700 | 0.6161 | 0.6957 | 0.6535 | 0.9749 |
62
- | No log | 5.0 | 275 | 0.0720 | 0.6206 | 0.6999 | 0.6579 | 0.9749 |
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 [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0697
24
+ - Precision: 0.6146
25
+ - Recall: 0.7181
26
+ - F1: 0.6624
27
+ - Accuracy: 0.9758
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.1115 | 0.4736 | 0.5161 | 0.4940 | 0.9552 |
59
+ | No log | 2.0 | 110 | 0.0765 | 0.5789 | 0.6690 | 0.6207 | 0.9721 |
60
+ | No log | 3.0 | 165 | 0.0711 | 0.5671 | 0.7055 | 0.6288 | 0.9730 |
61
+ | No log | 4.0 | 220 | 0.0698 | 0.6266 | 0.7083 | 0.6649 | 0.9753 |
62
+ | No log | 5.0 | 275 | 0.0697 | 0.6146 | 0.7181 | 0.6624 | 0.9758 |
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