Add label/KPA-related schemas to models and update documentation in label routes 3afc11b Yassine Mhirsi commited on Nov 18
Update API routes to include label module and add prefix for stance and label endpoints 693c788 Yassine Mhirsi commited on Nov 18
Enhance KpaModelManager to load fine-tuned weights from Hugging Face and update requirements to include huggingface_hub d289997 Yassine Mhirsi commited on Nov 18
Add KPA model integration and update configuration for label predictions f28285b Yassine Mhirsi commited on Nov 18
Merge branch 'main' of https://huggingface.co/spaces/NLP-Debater-Project/FastAPI-Backend-Models e1f71bd malek-messaoudii commited on Nov 17
Update Hugging Face stance model ID configuration to use environment variable directly 3a33610 Yassine Mhirsi commited on Nov 17
Merge branch 'main' of https://huggingface.co/spaces/NLP-Debater-Project/FastAPI-Backend-Models 3d16d84 Yassine Mhirsi commited on Nov 17
Update API documentation URL in lifespan function of main.py 3bd4a19 Yassine Mhirsi commited on Nov 17
Fix variable name for Hugging Face API key in stance model loading process in main.py dc6c29a Yassine Mhirsi commited on Nov 17
Update configuration for stance detection model by renaming environment variables and adjusting model loading in main.py 70a2026 Yassine Mhirsi commited on Nov 17
Fix formatting in stance_model_manager.py by adjusting whitespace in tokenizer loading code 17abb72 Yassine Mhirsi commited on Nov 17
Add logging for API documentation URL in lifespan function of main.py 058bfe4 Yassine Mhirsi commited on Nov 16
Redirect root endpoint to API documentation instead of returning API information b0001af Yassine Mhirsi commited on Nov 16
Add model_config to HealthResponse in health.py for enhanced configuration options 170053d Yassine Mhirsi commited on Nov 16
Refactor import statements in health.py and stance.py to use absolute paths for improved clarity and consistency 24cfb63 Yassine Mhirsi commited on Nov 16
Refactor import statements in health.py and stance.py to use relative paths; update .dockerignore to remove models directory 287d61b Yassine Mhirsi commited on Nov 16
Refactor Dockerfile and main.py to set working directory and PYTHONPATH correctly; ensure imports function as expected 03977cf Yassine Mhirsi commited on Nov 16
Update Dockerfile to change working directory and PYTHONPATH to root e304280 Yassine Mhirsi commited on Nov 15
Add .gitignore file to exclude environment and Python-related files 9001f9e Yassine Mhirsi commited on Nov 15