Firsty1 commited on
Commit
3d2c1a8
·
1 Parent(s): 5a1d02b

update model repo to FallacyHunter org

Browse files
Files changed (1) hide show
  1. pipeline/classifier.py +1 -1
pipeline/classifier.py CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoModelForSequenceClassification, AutoTokenizer
5
 
6
  MAX_LENGTH = 128
7
 
8
- DEFAULT_MODEL_ID = "Firsty1/Fallacy-Hunter-Roberta"
9
 
10
 
11
  class FallacyClassifier:
 
5
 
6
  MAX_LENGTH = 128
7
 
8
+ DEFAULT_MODEL_ID = "FallacyHunter/Fallacy-Hunter-Roberta"
9
 
10
 
11
  class FallacyClassifier: