aliasgerovs commited on
Commit
bc71bd6
1 Parent(s): d4ada6d

Added new model.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ def plagiarism_check(
174
  AI DETECTION SECTION
175
  """
176
 
177
- text_bc_model_path = "polygraf-ai/ai-text-bc-bert-1-4m"
178
  text_bc_tokenizer = AutoTokenizer.from_pretrained(text_bc_model_path)
179
  text_bc_model = AutoModelForSequenceClassification.from_pretrained(text_bc_model_path)
180
 
 
174
  AI DETECTION SECTION
175
  """
176
 
177
+ text_bc_model_path = "polygraf-ai/ai-text-bc-bert-2-7m"
178
  text_bc_tokenizer = AutoTokenizer.from_pretrained(text_bc_model_path)
179
  text_bc_model = AutoModelForSequenceClassification.from_pretrained(text_bc_model_path)
180