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