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
File size: 129 Bytes
77650e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:04f2e0baaa9dbdee7593f7f44df095e0085a14034489e9d7de6957550d638ac6
size 3259
|