penscola commited on
Commit
35aa38f
1 Parent(s): 7f0cb0b

Update app (1).py

Browse files
Files changed (1) hide show
  1. app (1).py +1 -1
app (1).py CHANGED
@@ -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_bert"
14
  config = AutoConfig.from_pretrained(model_path)
15
  model = AutoModelForSequenceClassification.from_pretrained(model_path)
16
  #Set the page configs