Spaces:
Runtime error
Runtime error
update model repo to FallacyHunter org
Browse files- 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 = "
|
| 9 |
|
| 10 |
|
| 11 |
class FallacyClassifier:
|
|
|
|
| 5 |
|
| 6 |
MAX_LENGTH = 128
|
| 7 |
|
| 8 |
+
DEFAULT_MODEL_ID = "FallacyHunter/Fallacy-Hunter-Roberta"
|
| 9 |
|
| 10 |
|
| 11 |
class FallacyClassifier:
|