Rename app (1).py to app.py
Browse files- 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/
|
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
|