SamanthaStorm commited on
Commit
37dfdf9
·
verified ·
1 Parent(s): 27470ec

Update app.py

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