Suggest a template for this text classification model (small model from huggingface)

I want to do some (zero-shot) text classification with this model [1] or with something similar (Size of the model: 711 MB "model.safetensors" file, 1.42 GB "model.onnx" file ) Now I see a LOT of pod templates... Would you suggest a template for this model? If possible: i would avoid writing Python code or use the minimal amount of Python. [1] https://huggingface.co/MoritzLaurer/roberta-large-zeroshot-v2.0-c
1 Reply
nerdylive
nerdylive4mo ago
Pytorch jupyter template Use the cli, on Linux, run your job or task ( from your own python code, write it for the hf transformers code ) by using tmux

Did you find this page helpful?