Abraham Starosta commited on
Commit
61510d6
1 Parent(s): 87785de
Files changed (2) hide show
  1. README.md +0 -5
  2. config.json +1 -1
README.md CHANGED
@@ -1,10 +1,5 @@
1
  This model takes a tweet with the word "jew" in it, and determines if it's antisemitic.
2
 
3
- *Labels:*
4
-
5
- 1 for antisemitic
6
- 0 otherwise
7
-
8
  *Training data:*
9
 
10
  This model was trained on 4k tweets, where ~50% were labeled as antisemitic. I labeled them myself.
1
  This model takes a tweet with the word "jew" in it, and determines if it's antisemitic.
2
 
 
 
 
 
 
3
  *Training data:*
4
 
5
  This model was trained on 4k tweets, where ~50% were labeled as antisemitic. I labeled them myself.
config.json CHANGED
@@ -22,7 +22,7 @@
22
  "transformers_version": "4.2.2",
23
  "vocab_size": 28996,
24
  "id2label": {
25
- "0": "NORMAL",
26
  "1": "ANTISEMITIC"
27
  }
28
  }
22
  "transformers_version": "4.2.2",
23
  "vocab_size": 28996,
24
  "id2label": {
25
+ "0": "NOT ANTISEMITIC",
26
  "1": "ANTISEMITIC"
27
  }
28
  }