End of training
Browse files- README.md +16 -11
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-large-hate-latest](https://huggingface.co/cardiffnlp/twitter-roberta-large-hate-latest) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -52,17 +52,22 @@ The following hyperparameters were used during training:
|
|
52 |
- total_train_batch_size: 32
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
-
- num_epochs:
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
60 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-large-hate-latest](https://huggingface.co/cardiffnlp/twitter-roberta-large-hate-latest) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.8543
|
25 |
+
- Accuracy: 0.7391
|
26 |
+
- Precision: 0.4215
|
27 |
+
- Recall: 0.3968
|
28 |
+
- F1: 0.4020
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
52 |
- total_train_batch_size: 32
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
+
- num_epochs: 10
|
56 |
|
57 |
### Training results
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
60 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
61 |
+
| 0.9082 | 0.9968 | 157 | 0.8529 | 0.7286 | 0.3746 | 0.3354 | 0.3312 |
|
62 |
+
| 0.7593 | 2.0 | 315 | 0.7818 | 0.7393 | 0.5160 | 0.3778 | 0.3767 |
|
63 |
+
| 0.7264 | 2.9968 | 472 | 0.7640 | 0.7464 | 0.4450 | 0.3812 | 0.3861 |
|
64 |
+
| 0.6998 | 4.0 | 630 | 0.7941 | 0.7464 | 0.4461 | 0.4106 | 0.4218 |
|
65 |
+
| 0.5066 | 4.9968 | 787 | 0.8636 | 0.7518 | 0.4668 | 0.4156 | 0.4276 |
|
66 |
+
| 0.5164 | 6.0 | 945 | 0.8747 | 0.7482 | 0.4391 | 0.4342 | 0.4342 |
|
67 |
+
| 0.4098 | 6.9968 | 1102 | 0.9078 | 0.7446 | 0.4366 | 0.4324 | 0.4334 |
|
68 |
+
| 0.3556 | 8.0 | 1260 | 0.9286 | 0.7393 | 0.4279 | 0.4304 | 0.4282 |
|
69 |
+
| 0.3974 | 8.9968 | 1417 | 0.9444 | 0.7446 | 0.4434 | 0.4406 | 0.4411 |
|
70 |
+
| 0.318 | 9.9683 | 1570 | 0.9597 | 0.7411 | 0.4352 | 0.4370 | 0.4352 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1421511816
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9a8e237e27ca5ae9d216a5a7ccf6589613d3ee9d2f307a6705b99f042f45f13
|
3 |
size 1421511816
|