SamanthaStorm commited on
Commit
dd2f06d
·
verified ·
1 Parent(s): ff45556

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ sentiment_model = AutoModelForSequenceClassification.from_pretrained("SamanthaSt
11
  sentiment_tokenizer = AutoTokenizer.from_pretrained("SamanthaStorm/tether-sentiment")
12
 
13
  # Load abuse pattern model
14
- model_name = "SamanthaStorm/abuse-pattern-detector-v2"
15
  model = RobertaForSequenceClassification.from_pretrained(model_name, trust_remote_code=True)
16
  tokenizer = RobertaTokenizer.from_pretrained(model_name, trust_remote_code=True)
17
 
 
11
  sentiment_tokenizer = AutoTokenizer.from_pretrained("SamanthaStorm/tether-sentiment")
12
 
13
  # Load abuse pattern model
14
+ model_name = "SamanthaStorm/autotrain-c1un8-p8vzo"
15
  model = RobertaForSequenceClassification.from_pretrained(model_name, trust_remote_code=True)
16
  tokenizer = RobertaTokenizer.from_pretrained(model_name, trust_remote_code=True)
17