Instructions to use bstds/id-roberta-nli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bstds/id-roberta-nli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="bstds/id-roberta-nli")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("bstds/id-roberta-nli") model = AutoModel.from_pretrained("bstds/id-roberta-nli") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.