Instructions to use AntoineBlanot/roberta-nli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AntoineBlanot/roberta-nli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="AntoineBlanot/roberta-nli")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("AntoineBlanot/roberta-nli") model = AutoModel.from_pretrained("AntoineBlanot/roberta-nli", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload tokenizer 47ceb17
Upload model 767dc3e
initial commit 2e3a3a6
Antoine Blanot commited on