robertou2 commited on
Commit
8bf08dd
1 Parent(s): 1b2a5e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -21,15 +21,15 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.80
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.4
32
- - Accuracy: 0.80
33
 
34
  ## Model description
35
 
@@ -58,7 +58,27 @@ The following hyperparameters were used during training:
58
  - num_epochs: 8
59
 
60
  ### Training results
 
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
 
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.83
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.54
32
+ - Accuracy: 0.83
33
 
34
  ## Model description
35
 
 
58
  - num_epochs: 8
59
 
60
  ### Training results
61
+ Epoch Training Loss Validation Loss Accuracy F1 Precision Recall
62
 
63
+ 1 0.389900 0.397857 0.827133 0.699620 0.786325 0.630137
64
+
65
+ 2 0.064400 0.544625 0.831510 0.707224 0.794872 0.636986
66
+
67
+ 3 0.004800 0.837723 0.818381 0.704626 0.733333 0.678082
68
+
69
+ 4 0.000500 1.045066 0.820569 0.702899 0.746154 0.664384
70
+
71
+ 5 0.000200 1.172727 0.805252 0.669145 0.731707 0.616438
72
+
73
+ 6 0.000200 1.202422 0.827133 0.720848 0.744526 0.698630
74
+
75
+ 7 0.000000 1.195012 0.827133 0.718861 0.748148 0.691781
76
+
77
+ 8 0.000100 1.215515 0.824945 0.705882 0.761905 0.657534
78
+
79
+ 9 0.000100 1.233099 0.827133 0.710623 0.763780 0.664384
80
+
81
+ 10 0.000100 1.237268 0.829322 0.713235 0.769841 0.664384
82
 
83
 
84