End of training
Browse files- README.md +17 -12
- 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,7 +44,7 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
- train_batch_size: 32
|
49 |
- eval_batch_size: 128
|
50 |
- seed: 42
|
@@ -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.4537
|
25 |
+
- Accuracy: 0.9016
|
26 |
+
- Precision: 0.9015
|
27 |
+
- Recall: 0.9007
|
28 |
+
- F1: 0.9011
|
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
|
|
|
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.4956 | 0.9912 | 56 | 0.4878 | 0.8215 | 0.8208 | 0.8202 | 0.8205 |
|
62 |
+
| 0.3268 | 2.0 | 113 | 0.3194 | 0.8652 | 0.8699 | 0.8611 | 0.8632 |
|
63 |
+
| 0.2555 | 2.9912 | 169 | 0.3241 | 0.8839 | 0.8894 | 0.8798 | 0.8822 |
|
64 |
+
| 0.1832 | 4.0 | 226 | 0.3184 | 0.8914 | 0.8930 | 0.8891 | 0.8904 |
|
65 |
+
| 0.1283 | 4.9912 | 282 | 0.3375 | 0.8976 | 0.9028 | 0.8939 | 0.8962 |
|
66 |
+
| 0.0815 | 6.0 | 339 | 0.3645 | 0.8939 | 0.8937 | 0.8955 | 0.8937 |
|
67 |
+
| 0.0961 | 6.9912 | 395 | 0.3691 | 0.9001 | 0.9004 | 0.8988 | 0.8995 |
|
68 |
+
| 0.0544 | 8.0 | 452 | 0.4781 | 0.8901 | 0.8895 | 0.8910 | 0.8899 |
|
69 |
+
| 0.0404 | 8.9912 | 508 | 0.4209 | 0.9089 | 0.9104 | 0.9068 | 0.9081 |
|
70 |
+
| 0.0359 | 9.9115 | 560 | 0.4259 | 0.9051 | 0.9051 | 0.9042 | 0.9046 |
|
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:55dd784a0cb2ba00bb8db7d8c9cf1c43238555ae064b253604e8182717e8cfe1
|
3 |
size 1421495416
|