penscola commited on
Commit
f5ff728
·
1 Parent(s): 6bda5a7

Rename app (1).py to app.py

Browse files
Files changed (1) hide show
  1. app (1).py → app.py +1 -1
app (1).py → app.py RENAMED
@@ -10,7 +10,7 @@ from scipy.special import softmax
10
  #import the model
11
  tokenizer = AutoTokenizer.from_pretrained('distilbert-base-uncased')
12
 
13
- model_path = f"penscola/tweet_sentiments_analysis_distilbert"
14
  config = AutoConfig.from_pretrained(model_path)
15
  model = AutoModelForSequenceClassification.from_pretrained(model_path)
16
  #Set the page configs
 
10
  #import the model
11
  tokenizer = AutoTokenizer.from_pretrained('distilbert-base-uncased')
12
 
13
+ model_path = f"penscola/tweet_sentiments_analysis_roberta"
14
  config = AutoConfig.from_pretrained(model_path)
15
  model = AutoModelForSequenceClassification.from_pretrained(model_path)
16
  #Set the page configs