Text Classification
Transformers
PyTorch
English
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Intel/MiniLM-L12-H384-uncased-mrpc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Intel/MiniLM-L12-H384-uncased-mrpc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Intel/MiniLM-L12-H384-uncased-mrpc")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Intel/MiniLM-L12-H384-uncased-mrpc") model = AutoModelForSequenceClassification.from_pretrained("Intel/MiniLM-L12-H384-uncased-mrpc") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f6b72c0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:00d4a7d6b0409e0587fd4b06a4796cf41ad69438e3a3878b9074b924c0bc2291
size 133511277
|