Spaces:
Running
Running
eljanmahammadli
commited on
Commit
•
7eab9da
1
Parent(s):
953f88a
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ text_bc_model_path = "polygraf-ai/v3-bert-3-2m-trun-bc-lighter-spec"
|
|
188 |
text_bc_tokenizer = AutoTokenizer.from_pretrained(text_bc_model_path)
|
189 |
text_bc_model = AutoModelForSequenceClassification.from_pretrained(text_bc_model_path).to(device)
|
190 |
|
191 |
-
text_mc_model_path = "polygraf-ai/text-
|
192 |
text_mc_tokenizer = AutoTokenizer.from_pretrained(text_mc_model_path)
|
193 |
text_mc_model = AutoModelForSequenceClassification.from_pretrained(text_mc_model_path).to(device)
|
194 |
|
|
|
188 |
text_bc_tokenizer = AutoTokenizer.from_pretrained(text_bc_model_path)
|
189 |
text_bc_model = AutoModelForSequenceClassification.from_pretrained(text_bc_model_path).to(device)
|
190 |
|
191 |
+
text_mc_model_path = "polygraf-ai/ai-text-detection-mc-robert-open-ai-detector-v4"
|
192 |
text_mc_tokenizer = AutoTokenizer.from_pretrained(text_mc_model_path)
|
193 |
text_mc_model = AutoModelForSequenceClassification.from_pretrained(text_mc_model_path).to(device)
|
194 |
|