Upload app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import re
|
|
| 5 |
|
| 6 |
# --- 1. CONFIGURATION ---
|
| 7 |
# Replace this with your actual model path on Hugging Face
|
| 8 |
-
MODEL_NAME = "
|
| 9 |
|
| 10 |
# Map your labels matching your training (0: Negative, 1: Neutral, 2: Positive)
|
| 11 |
LABELS = {
|
|
|
|
| 5 |
|
| 6 |
# --- 1. CONFIGURATION ---
|
| 7 |
# Replace this with your actual model path on Hugging Face
|
| 8 |
+
MODEL_NAME = "goalgamal/AraBERT-Arabic-Sentiment"
|
| 9 |
|
| 10 |
# Map your labels matching your training (0: Negative, 1: Neutral, 2: Positive)
|
| 11 |
LABELS = {
|