End of training
Browse files
README.md
CHANGED
@@ -23,11 +23,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
23 |
|
24 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the hatexplain dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
-
- Loss: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
-
- Precision: 0.
|
29 |
-
- Recall: 0.
|
30 |
-
- F1: 0.
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -58,10 +58,10 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
23 |
|
24 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the hatexplain dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
+
- Loss: 0.7629
|
27 |
+
- Accuracy: 0.6959
|
28 |
+
- Precision: 0.6889
|
29 |
+
- Recall: 0.6959
|
30 |
+
- F1: 0.6905
|
31 |
|
32 |
## Model description
|
33 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
61 |
+
| 0.6609 | 1.0 | 1923 | 0.7755 | 0.6727 | 0.6629 | 0.6727 | 0.6600 |
|
62 |
+
| 0.8019 | 2.0 | 3846 | 0.7507 | 0.6831 | 0.6761 | 0.6831 | 0.6776 |
|
63 |
+
| 0.8548 | 3.0 | 5769 | 0.7452 | 0.6800 | 0.6781 | 0.6800 | 0.6780 |
|
64 |
+
| 0.6595 | 4.0 | 7692 | 0.7943 | 0.6831 | 0.6770 | 0.6831 | 0.6784 |
|
65 |
|
66 |
|
67 |
### Framework versions
|