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: 128
|
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.8288
|
25 |
+
- Accuracy: 0.6779
|
26 |
+
- Precision: 0.6455
|
27 |
+
- Recall: 0.6188
|
28 |
+
- F1: 0.6218
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
52 |
- total_train_batch_size: 128
|
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.6392 | 0.9709 | 25 | 0.6656 | 0.6376 | 0.3188 | 0.5 | 0.3894 |
|
62 |
+
| 0.63 | 1.9806 | 51 | 0.7095 | 0.6403 | 0.8197 | 0.5038 | 0.3975 |
|
63 |
+
| 0.6117 | 2.9903 | 77 | 0.6043 | 0.6921 | 0.6720 | 0.6174 | 0.6176 |
|
64 |
+
| 0.5974 | 4.0 | 103 | 0.6540 | 0.6730 | 0.6787 | 0.5667 | 0.5369 |
|
65 |
+
| 0.5512 | 4.9709 | 128 | 0.6216 | 0.6948 | 0.6745 | 0.6228 | 0.6243 |
|
66 |
+
| 0.5162 | 5.9806 | 154 | 0.6164 | 0.7057 | 0.6873 | 0.6394 | 0.6438 |
|
67 |
+
| 0.4525 | 6.9903 | 180 | 0.6715 | 0.6948 | 0.6757 | 0.6211 | 0.6221 |
|
68 |
+
| 0.4207 | 8.0 | 206 | 0.7581 | 0.7084 | 0.6844 | 0.6562 | 0.6620 |
|
69 |
+
| 0.3381 | 8.9709 | 231 | 0.7439 | 0.6812 | 0.6560 | 0.6575 | 0.6567 |
|
70 |
+
| 0.3016 | 9.7087 | 250 | 0.7481 | 0.7030 | 0.6762 | 0.6649 | 0.6688 |
|
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 1421495416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:756f2548ff29e9f26f02169fb4dc018de1f66eb1853c7f0a2e41190fc5e7afab
|
3 |
size 1421495416
|