Commit
·
71c9a9a
1
Parent(s):
84a772c
Update main.py
Browse files
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/
|
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 |
|