Spaces:
Sleeping
Sleeping
Commit
·
936ef88
1
Parent(s):
a269c60
Fixed the error in the definition of the audience classifier model
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ audience_classification_tokenizer = AutoTokenizer.from_pretrained(
|
|
43 |
"bertugmirasyedi/deberta-v3-base-book-classification"
|
44 |
)
|
45 |
audience_classification_model = AutoModelForSequenceClassification.from_pretrained(
|
46 |
-
"bertugmirasyedi/deberta-v3-base-
|
47 |
)
|
48 |
|
49 |
level_classification_tokenizer = AutoTokenizer.from_pretrained(
|
|
|
43 |
"bertugmirasyedi/deberta-v3-base-book-classification"
|
44 |
)
|
45 |
audience_classification_model = AutoModelForSequenceClassification.from_pretrained(
|
46 |
+
"bertugmirasyedi/deberta-v3-base-book-classification"
|
47 |
)
|
48 |
|
49 |
level_classification_tokenizer = AutoTokenizer.from_pretrained(
|