text-classification / model /sentiment.py

Commit History

cleaning sentiment.py
2297e70

manudev-1 commited on

Remove unused environment variable and improve error handling in analysis endpoint
7e8513d

manue commited on

Initialize environment variables for Hugging Face cache and remove use_cache from sentiment pipeline
8954f1d

manue commited on

Update Dockerfile and sentiment model initialization for improved caching and remove obsolete model reference
7163daa

manue commited on

Simplify sentiment model initialization by using a direct model reference
2ad0e0b

manue commited on

Fix model path in sentiment initialization to use local files
d4b1c2b

manue commited on

Refactor sentiment model initialization to use AutoModel and AutoTokenizer
e1379c5

manue commited on

Fix model path in sentiment pipeline initialization
03c041a

manue commited on

Fix model path in sentiment pipeline initialization
e2d876b

manue commited on

Fix model path in sentiment pipeline initialization
82b5d0b

manue commited on

Refactor sentiment model initialization to simplify pipeline setup
1dc8930

manue commited on

Refactor sentiment model initialization to use AutoTokenizer and AutoModelForSequenceClassification
2cae640

manue commited on

Add initial project files including Dockerfile, app, sentiment model, requirements, and .gitignore
7106645

manue commited on