astarostap commited on
Commit
0af5811
1 Parent(s): 16c9dea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -8,6 +8,28 @@ datasets:
8
  co2_eq_emissions: 2.0686690092905224
9
  ---
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  # Model Trained Using AutoNLP
12
 
13
  - Problem type: Binary Classification
 
8
  co2_eq_emissions: 2.0686690092905224
9
  ---
10
 
11
+ # Description
12
+
13
+ This model takes a tweet with the word "jew" in it, and determines if it's antisemitic.
14
+
15
+ Training data:
16
+
17
+ This model was trained on 4k tweets, where ~50% were labeled as antisemitic.
18
+
19
+ I labeled them myself based on personal experience and knowledge about common antisemitic tropes.
20
+
21
+ Note:
22
+
23
+ The goal for this model is not to be used as a final say on what is or is not antisemitic, but rather as a first pass on what might be antisemitic and should be reviewed by human experts.
24
+
25
+ Please keep in mind that I'm not an expert on antisemitism or hatespeech.
26
+
27
+ Whether something is antisemitic or not depends on the context, as for any hate speech, and everyone has a different definition for what is hate speech.
28
+
29
+ If you would like to collaborate on antisemitism detection, please feel free to contact me at starosta@alumni.stanford.edu
30
+
31
+ This model is not ready for production, it needs more evaluation and more training data.
32
+
33
  # Model Trained Using AutoNLP
34
 
35
  - Problem type: Binary Classification