Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ tags:
|
|
4 |
-
|
5 |
datasets:
|
6 |
- EXIST Dataset
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
@@ -19,15 +21,15 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Accuracy
|
21 |
type: accuracy
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
# twitter_sexismo-finetuned-exist2021
|
26 |
|
27 |
-
This model is a fine-tuned version of [pysentimiento/robertuito-hate-speech](https://huggingface.co/pysentimiento/robertuito-hate-speech) on the EXIST dataset.
|
28 |
It achieves the following results on the evaluation set:
|
29 |
-
- Loss: 0.
|
30 |
-
- Accuracy: 0.
|
31 |
|
32 |
## Model description
|
33 |
|
@@ -57,22 +59,26 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
### Training results
|
59 |
Epoch Training Loss Validation Loss Accuracy F1 Precision Recall
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
-
|
62 |
|
63 |
-
|
64 |
|
65 |
-
|
66 |
|
67 |
-
|
68 |
|
69 |
-
|
70 |
|
71 |
-
|
72 |
|
73 |
-
|
74 |
|
75 |
-
8 0.001700 1.048338 0.856140 0.857143 0.832487 0.883303
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
4 |
-
|
5 |
datasets:
|
6 |
- EXIST Dataset
|
7 |
+
- MeTwo Machismo and Sexism Twitter Identification dataset
|
8 |
+
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
model-index:
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.94
|
25 |
---
|
26 |
|
27 |
# twitter_sexismo-finetuned-exist2021
|
28 |
|
29 |
+
This model is a fine-tuned version of [pysentimiento/robertuito-hate-speech](https://huggingface.co/pysentimiento/robertuito-hate-speech) on the EXIST dataset and + MeTwo: Machismo and Sexism Twitter Identification dataset https://github.com/franciscorodriguez92/MeTwo.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 0.24
|
32 |
+
- Accuracy: 0.94
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
59 |
|
60 |
### Training results
|
61 |
Epoch Training Loss Validation Loss Accuracy F1 Precision Recall
|
62 |
+
1 0.246700 0.179020 0.942982 0.944110 0.933673 0.954783
|
63 |
+
|
64 |
+
2 0.079300 0.319939 0.928070 0.930976 0.902121 0.961739
|
65 |
+
|
66 |
+
3 0.022300 0.425300 0.921053 0.920071 0.940109 0.900870
|
67 |
|
68 |
+
4 0.000300 0.472090 0.919298 0.918149 0.939891 0.897391
|
69 |
|
70 |
+
5 0.009000 0.510828 0.918421 0.921783 0.892508 0.953043
|
71 |
|
72 |
+
6 0.000200 0.496530 0.922807 0.923077 0.927944 0.918261
|
73 |
|
74 |
+
7 0.000000 0.568268 0.922807 0.925297 0.903814 0.947826
|
75 |
|
76 |
+
8 0.000000 0.532735 0.927193 0.928139 0.924138 0.932174
|
77 |
|
78 |
+
9 0.000000 0.545693 0.928070 0.929553 0.918506 0.940870
|
79 |
|
80 |
+
10 0.000000 0.547560 0.928070 0.929553 0.918506 0.940870303
|
81 |
|
|
|
82 |
|
83 |
|
84 |
### Framework versions
|