Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -16,7 +16,7 @@ app = FastAPI()
|
|
16 |
# Load the original tokenizer from the base model
|
17 |
original_tokenizer = AutoTokenizer.from_pretrained("tabularisai/multilingual-sentiment-analysis")
|
18 |
|
19 |
-
model_name = "Ehrii/
|
20 |
|
21 |
# Load the fine-tuned model and pass the tokenizer explicitly
|
22 |
multilingual_model = pipeline(
|
|
|
16 |
# Load the original tokenizer from the base model
|
17 |
original_tokenizer = AutoTokenizer.from_pretrained("tabularisai/multilingual-sentiment-analysis")
|
18 |
|
19 |
+
model_name = "Ehrii/multimodelDADA" # Replace with your username/repo name
|
20 |
|
21 |
# Load the fine-tuned model and pass the tokenizer explicitly
|
22 |
multilingual_model = pipeline(
|