Text Classification
Transformers
ONNX
Safetensors
English
roberta
Eval Results (legacy)
text-embeddings-inference
Instructions to use AdamCodd/distilroberta-NLI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdamCodd/distilroberta-NLI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="AdamCodd/distilroberta-NLI")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("AdamCodd/distilroberta-NLI") model = AutoModelForSequenceClassification.from_pretrained("AdamCodd/distilroberta-NLI") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 2c7aee7
Update README.md b12001e
Update README.md c40ac66
Update README.md 8b1a86a
Update README.md 07dd9df
Create README.md 3e5b68a
Upload 8 files 77650e0
initial commit a682a9d
Adam commited on