spencerh commited on
Commit
9c7e754
1 Parent(s): c5426a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
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
- label_0 refers to "other" while label_1 refers to "right" (right as in right-leaning). This was trained with 40,000 articles.
 
 
 
 
 
 
 
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.