Abraham Starosta
commited on
Commit
•
5be1d23
1
Parent(s):
3a954e2
update readme
Browse files- README.md +13 -0
- README.md' +8 -0
README.md
CHANGED
@@ -1 +1,14 @@
|
|
1 |
This model takes a tweet with the word "jew" in it, and determines if it's antisemitic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
11 |
+
|
12 |
+
*Disclaimer:*
|
13 |
+
|
14 |
+
This model is not ready for production, it needs more evaluation and more training data.
|
README.md'
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
NOTE: this model was trained on data that I labeled personally, with 4k tweets (~%50 antisemitic and ~50% not antisemitic).
|