Text Classification
Transformers
PyTorch
ONNX
English
bert
text-classfication
int8
Intel® Neural Compressor
neural-compressor
PostTrainingStatic
text-embeddings-inference
Instructions to use INC4AI/bert-base-uncased-mrpc-int8-static-inc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use INC4AI/bert-base-uncased-mrpc-int8-static-inc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="INC4AI/bert-base-uncased-mrpc-int8-static-inc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("INC4AI/bert-base-uncased-mrpc-int8-static-inc") model = AutoModelForSequenceClassification.from_pretrained("INC4AI/bert-base-uncased-mrpc-int8-static-inc") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 35ae04205ef5401da11ef7493d4a8b7b86f17feff5d3a4e6857614bfb385557f
- Size of remote file:
- 119 MB
- SHA256:
- 28171d2e6dfcef45ef964c1e60d3fe25a2748afaf133332de732cd3660624dec
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.