Text Classification
Transformers
PyTorch
ONNX
English
roberta
text-classfication
int8
Intel® Neural Compressor
neural-compressor
PostTrainingStatic
Eval Results (legacy)
text-embeddings-inference
Instructions to use INC4AI/roberta-base-mrpc-int8-static-inc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use INC4AI/roberta-base-mrpc-int8-static-inc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="INC4AI/roberta-base-mrpc-int8-static-inc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("INC4AI/roberta-base-mrpc-int8-static-inc") model = AutoModelForSequenceClassification.from_pretrained("INC4AI/roberta-base-mrpc-int8-static-inc") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Update Hugging Face dataset ID
#1 opened about 2 years ago
by
librarian-bot