Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
# Text classifier using DistilBERT to determine Partisanship
|
2 |
-
## This is one of the single-class partisan detecting models. (see leftpartisan)
|
3 |
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Text classifier using DistilBERT to determine Partisanship
|
2 |
+
## This is one of the single-class partisan detecting models. (see leftpartisan/leftcenterpartisan/rightcenterpartisan/centerpartisan)
|
3 |
|
4 |
+
|
5 |
+
label_0 refers to "other" while label_1 refers to "right" (right as in right-leaning).
|
6 |
+
|
7 |
+
This was trained with 40,000 articles.
|
8 |
+
|
9 |
+
### Best Practices
|
10 |
+
This model was optimized for 512 token-length text. Any text below 150 tokens will result in inaccurate results.
|