coderSounak
commited on
Commit
•
cfacae1
1
Parent(s):
db82b44
update model card README.md
Browse files
README.md
CHANGED
@@ -16,13 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# finetuned_twitter_targeted_insult_roberta
|
18 |
|
19 |
-
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -47,7 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
|
|
16 |
|
17 |
# finetuned_twitter_targeted_insult_roberta
|
18 |
|
19 |
+
This model is a fine-tuned version of [cardiffnlp/twitter-xlm-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-sentiment) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.7844
|
22 |
+
- Accuracy: 0.6966
|
23 |
+
- F1: 0.7044
|
24 |
+
- Precision: 0.6898
|
25 |
+
- Recall: 0.7197
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 5
|
51 |
|
52 |
### Training results
|
53 |
|