Instructions to use jamesdborin/Electra-Large-MRPC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jamesdborin/Electra-Large-MRPC with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jamesdborin/Electra-Large-MRPC")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("jamesdborin/Electra-Large-MRPC") model = AutoModelForSequenceClassification.from_pretrained("jamesdborin/Electra-Large-MRPC") - Notebooks
- Google Colab
- Kaggle
Commit History
uploading model aba4121
Jamie@TitanML commited on
uploading model 1f2375a
Jamie@TitanML commited on
uploading model 580e1a1
Jamie@TitanML commited on
uploading model 272c564
Jamie@TitanML commited on
uploading model 3a0acc0
Jamie@TitanML commited on
uploading model 5e5ab43
Jamie@TitanML commited on