gyesibiney commited on
Commit
71c9a9a
·
1 Parent(s): 84a772c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification, pipe
7
  app = FastAPI()
8
 
9
  # Load the pre-trained model and tokenizer
10
- model_name = "gyesibiney/covid-tweet-sentimental-Analysis-roberta"
11
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
12
  tokenizer = AutoTokenizer.from_pretrained(model_name)
13
 
 
7
  app = FastAPI()
8
 
9
  # Load the pre-trained model and tokenizer
10
+ model_name = "gyesibiney/Sentiment-review-analysis-roberta-3"
11
  model = AutoModelForSequenceClassification.from_pretrained(model_name)
12
  tokenizer = AutoTokenizer.from_pretrained(model_name)
13