saraestevez commited on
Commit
dcb737a
1 Parent(s): 695fdec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -20,6 +20,11 @@ The model predicts 2 signals of political toxicity:
20
 
21
  A value between 0 and 1 is predicted for each signal.
22
 
 
 
 
 
 
23
  ### How to use
24
 
25
  The model can be used directly with a text-classification pipeline:
@@ -40,5 +45,6 @@ The pre-trained model was fine-tuned for sequence classification using the follo
40
  * Batch size = 32
41
  * Learning rate = 2e-5
42
  * Epochs = 5
 
43
 
44
  The optimizer used was AdamW and the loss optimized was binary cross-entropy with class weights proportional to the class imbalance.
 
20
 
21
  A value between 0 and 1 is predicted for each signal.
22
 
23
+ ### Intended uses & limitations
24
+
25
+ The model was created to be used as a toxicity detector of spanish tweets from Spanish Congress Deputies. If the intended use is other one, for instance; toxicity detection on films reviews, the results won't be reliable and you might look for another model with this concrete purpose.
26
+
27
+
28
  ### How to use
29
 
30
  The model can be used directly with a text-classification pipeline:
 
45
  * Batch size = 32
46
  * Learning rate = 2e-5
47
  * Epochs = 5
48
+ * Max length = 64
49
 
50
  The optimizer used was AdamW and the loss optimized was binary cross-entropy with class weights proportional to the class imbalance.