Ehrii commited on
Commit
b77bc18
·
verified ·
1 Parent(s): 4ef5369

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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/multimodel" # Replace with your username/repo name
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(