bertugmirasyedi commited on
Commit
936ef88
1 Parent(s): a269c60

Fixed the error in the definition of the audience classifier model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-level-classification"
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(