text-classification / model /sentiment.py

Commit History

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