uboza10300
commited on
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.7617
|
27 |
+
- Accuracy: 0.6954
|
28 |
+
- Precision: 0.6905
|
29 |
+
- Recall: 0.6954
|
30 |
+
- F1: 0.6911
|
31 |
|
32 |
## Model description
|
33 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
61 |
+
| 0.6763 | 1.0 | 1923 | 0.7699 | 0.6629 | 0.6552 | 0.6629 | 0.6429 |
|
62 |
+
| 0.8192 | 2.0 | 3846 | 0.7648 | 0.6712 | 0.6620 | 0.6712 | 0.6628 |
|
63 |
+
| 0.7806 | 3.0 | 5769 | 0.7657 | 0.6571 | 0.6682 | 0.6571 | 0.6585 |
|
64 |
+
| 0.6273 | 4.0 | 7692 | 0.8046 | 0.6769 | 0.6727 | 0.6769 | 0.6740 |
|
65 |
|
66 |
|
67 |
### Framework versions
|