malek-messaoudii
commited on
Commit
·
5bc471c
1
Parent(s):
3d16d84
Update config.py
Browse files
config.py
CHANGED
|
@@ -15,7 +15,6 @@ PROJECT_ROOT = API_DIR.parent
|
|
| 15 |
HUGGINGFACE_API_KEY = os.getenv("HUGGINGFACE_API_KEY", "")
|
| 16 |
HUGGINGFACE_STANCE_MODEL_ID = os.getenv("HUGGINGFACE_STANCE_MODEL_ID", "yassine-mhirsi/debertav3-stance-detection")
|
| 17 |
|
| 18 |
-
# Stance detection model configuration
|
| 19 |
# Use Hugging Face model ID instead of local path
|
| 20 |
STANCE_MODEL_ID = HUGGINGFACE_STANCE_MODEL_ID
|
| 21 |
|
|
|
|
| 15 |
HUGGINGFACE_API_KEY = os.getenv("HUGGINGFACE_API_KEY", "")
|
| 16 |
HUGGINGFACE_STANCE_MODEL_ID = os.getenv("HUGGINGFACE_STANCE_MODEL_ID", "yassine-mhirsi/debertav3-stance-detection")
|
| 17 |
|
|
|
|
| 18 |
# Use Hugging Face model ID instead of local path
|
| 19 |
STANCE_MODEL_ID = HUGGINGFACE_STANCE_MODEL_ID
|
| 20 |
|