spencerh commited on
Commit
9cb2baa
1 Parent(s): 2ca83fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,4 +1,9 @@
1
  # Text classifier using DistilBERT to determine Partisanship
2
  ## This is one of many single-class partisanship models
3
 
4
- label_0 refers to "left" while label_1 refers to "other". This model was trained on 40,000 articles
 
 
 
 
 
1
  # Text classifier using DistilBERT to determine Partisanship
2
  ## This is one of many single-class partisanship models
3
 
4
+ label_0 refers to "left" while label_1 refers to "other".
5
+
6
+ This model was trained on 40,000 articles.
7
+
8
+ ### Best Practices
9
+ This model was optimized for 512 token-length text. Any text below 150 tokens will result in inaccurate results.