End of training
Browse files- README.md +20 -20
- 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 |
|
@@ -44,30 +44,30 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
-
- train_batch_size:
|
49 |
- eval_batch_size: 128
|
50 |
- seed: 42
|
51 |
- gradient_accumulation_steps: 2
|
52 |
-
- total_train_batch_size:
|
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
|
60 |
-
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### 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.0281
|
25 |
+
- Accuracy: 0.9938
|
26 |
+
- Precision: 0.9938
|
27 |
+
- Recall: 0.9938
|
28 |
+
- F1: 0.9938
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 5e-05
|
48 |
+
- train_batch_size: 32
|
49 |
- eval_batch_size: 128
|
50 |
- seed: 42
|
51 |
- gradient_accumulation_steps: 2
|
52 |
+
- total_train_batch_size: 64
|
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.6832 | 0.9836 | 30 | 0.6742 | 0.5084 | 0.7524 | 0.5072 | 0.3498 |
|
62 |
+
| 0.5977 | 2.0 | 61 | 0.8033 | 0.5253 | 0.6631 | 0.5242 | 0.3960 |
|
63 |
+
| 0.5943 | 2.9836 | 91 | 0.6655 | 0.6482 | 0.6846 | 0.6487 | 0.6304 |
|
64 |
+
| 0.3755 | 4.0 | 122 | 0.7484 | 0.6916 | 0.6983 | 0.6918 | 0.6891 |
|
65 |
+
| 0.4144 | 4.9836 | 152 | 0.6091 | 0.6988 | 0.6992 | 0.6988 | 0.6987 |
|
66 |
+
| 0.2831 | 6.0 | 183 | 0.7688 | 0.7205 | 0.7330 | 0.7208 | 0.7169 |
|
67 |
+
| 0.1818 | 6.9836 | 213 | 0.9114 | 0.7277 | 0.7361 | 0.7279 | 0.7254 |
|
68 |
+
| 0.0987 | 8.0 | 244 | 1.0269 | 0.7205 | 0.7207 | 0.7205 | 0.7204 |
|
69 |
+
| 0.0523 | 8.9836 | 274 | 1.1469 | 0.7301 | 0.7344 | 0.7303 | 0.7290 |
|
70 |
+
| 0.0329 | 9.8361 | 300 | 1.3097 | 0.7253 | 0.7301 | 0.7255 | 0.7240 |
|
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:f004798464c6bcb6821d1cd04c816148c9a86f17fdf2c8609bd26570da76f287
|
3 |
size 1421495416
|