Instructions to use gplsi/VILLANOS_va with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gplsi/VILLANOS_va with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForSequenceClassificationFeatures tokenizer = AutoTokenizer.from_pretrained("gplsi/VILLANOS_va") model = RobertaForSequenceClassificationFeatures.from_pretrained("gplsi/VILLANOS_va") - Notebooks
- Google Colab
- Kaggle