End of training
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
-
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -7,23 +8,23 @@ metrics:
|
|
7 |
- precision
|
8 |
- recall
|
9 |
model-index:
|
10 |
-
- name:
|
11 |
results: []
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
#
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1-score: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- Auc: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,16 +49,14 @@ 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: linear
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall | Auc |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|:------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.0597 | 3.0 | 231 | 0.5486 | 0.8740 | 0.8046 | 0.8398 | 0.7814 | 0.7814 |
|
60 |
-
| 0.0028 | 4.0 | 308 | 0.6204 | 0.8674 | 0.7993 | 0.8225 | 0.7822 | 0.7822 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/electra-base-discriminator
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
8 |
- precision
|
9 |
- recall
|
10 |
model-index:
|
11 |
+
- name: electra-base-discriminator-finetuned-detests-wandb24
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# electra-base-discriminator-finetuned-detests-wandb24
|
19 |
|
20 |
+
This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4457
|
23 |
+
- Accuracy: 0.7741
|
24 |
+
- F1-score: 0.6965
|
25 |
+
- Precision: 0.6879
|
26 |
+
- Recall: 0.7092
|
27 |
+
- Auc: 0.7092
|
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: 2
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall | Auc |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.4719 | 1.0 | 77 | 0.4698 | 0.7971 | 0.6380 | 0.7159 | 0.6199 | 0.6199 |
|
59 |
+
| 0.4737 | 2.0 | 154 | 0.4457 | 0.7741 | 0.6965 | 0.6879 | 0.7092 | 0.7092 |
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|