Text Classification
Transformers
PyTorch
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use k4black/roberta-large-e-snli-classification-nli-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use k4black/roberta-large-e-snli-classification-nli-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="k4black/roberta-large-e-snli-classification-nli-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("k4black/roberta-large-e-snli-classification-nli-base") model = AutoModelForSequenceClassification.from_pretrained("k4black/roberta-large-e-snli-classification-nli-base") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9af733470b9e04e8c8651558d5f76585fe3529102cc20052bd0eb66f0b42d459
- Size of remote file:
- 1.42 GB
- SHA256:
- 7d27bd0c8fce811ee26a2630d332b495ceabc992b88ed7e0afd7cdda82dc97b4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.