Self-hosting di sentiment ed emozioni per DiscourseAI

Sto cercando di configurare il sentiment analysis self-hosted, ma quando provo a eseguire l’immagine Docker, ricevo errori:

0: request error: HTTP status client error (404 Not Found) for url (https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest/resolve/main/tokenizer.json)
1: HTTP status client error (404 Not Found) for url (https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment-latest/resolve/main/tokenizer.json)

Sto utilizzando: docker run --rm --shm-size 1g -p 8083:80 -v /opt/tei-sentiment-cache:/data ghcr.io/huggingface/text-embeddings-inference:cpu-1.9 --model-id cardiffnlp/twitter-roberta-base-sentiment-latest

È possibile eseguirlo senza supporto GPU o qualcosa è cambiato nella configurazione?