xoyeop commited on
Commit
41a7211
1 Parent(s): 155ca43

Model save

Browse files
Files changed (1) hide show
  1. README.md +13 -11
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 an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.3833
24
- - Precision: 0.7056
25
- - Recall: 0.7083
26
- - F1: 0.7067
27
- - Accuracy: 0.9413
28
 
29
  ## Model description
30
 
@@ -49,15 +49,17 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 3
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.2989 | 1.0 | 2500 | 0.4197 | 0.6917 | 0.6943 | 0.6919 | 0.9216 |
59
- | 0.2046 | 2.0 | 5000 | 0.4013 | 0.7029 | 0.7052 | 0.7035 | 0.9368 |
60
- | 0.1039 | 3.0 | 7500 | 0.3833 | 0.7056 | 0.7083 | 0.7067 | 0.9413 |
 
 
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.3857
24
+ - Precision: 0.7092
25
+ - Recall: 0.7122
26
+ - F1: 0.7105
27
+ - Accuracy: 0.9463
28
 
29
  ## Model description
30
 
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 5
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.385 | 1.0 | 2500 | 0.4128 | 0.6909 | 0.6936 | 0.6910 | 0.9204 |
59
+ | 0.2798 | 2.0 | 5000 | 0.4055 | 0.6934 | 0.6951 | 0.6934 | 0.9234 |
60
+ | 0.2032 | 3.0 | 7500 | 0.3651 | 0.7042 | 0.7064 | 0.7052 | 0.9392 |
61
+ | 0.1438 | 4.0 | 10000 | 0.4059 | 0.7055 | 0.7089 | 0.7069 | 0.9416 |
62
+ | 0.0829 | 5.0 | 12500 | 0.3857 | 0.7092 | 0.7122 | 0.7105 | 0.9463 |
63
 
64
 
65
  ### Framework versions