malek-messaoudii commited on
Commit
f8a4eeb
·
1 Parent(s): 1438c6f

Update training script and model file

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -18,7 +18,7 @@ HUGGINGFACE_LABEL_MODEL_ID = os.getenv("HUGGINGFACE_LABEL_MODEL_ID")
18
 
19
  # Use Hugging Face model ID instead of local path
20
  STANCE_MODEL_ID = HUGGINGFACE_STANCE_MODEL_ID
21
- STANCE_LABEL_ID = HUGGINGFACE_LABEL_MODEL_ID
22
 
23
  # API configuration
24
  API_TITLE = "NLP Project API"
 
18
 
19
  # Use Hugging Face model ID instead of local path
20
  STANCE_MODEL_ID = HUGGINGFACE_STANCE_MODEL_ID
21
+ LABEL_MODEL_ID = HUGGINGFACE_LABEL_MODEL_ID
22
 
23
  # API configuration
24
  API_TITLE = "NLP Project API"