wmzayed commited on
Commit
5f347f3
·
verified ·
1 Parent(s): 19a6f28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ import torch
28
 
29
  # Load the tokenizer and model
30
  # model_name = 'aubmindlab/bert-base-arabertv02'
31
- model_name = 'PRAli22/AraBert-Arabic-Sentiment-Analysis'
32
  tokenizer = AutoTokenizer.from_pretrained(model_name)
33
  model = AutoModelForSequenceClassification.from_pretrained(model_name, num_labels=3)
34
 
 
28
 
29
  # Load the tokenizer and model
30
  # model_name = 'aubmindlab/bert-base-arabertv02'
31
+ model_name = 'mistralai/Mistral-Small-3.1-24B-Instruct-2503'
32
  tokenizer = AutoTokenizer.from_pretrained(model_name)
33
  model = AutoModelForSequenceClassification.from_pretrained(model_name, num_labels=3)
34