Instructions to use howey/electra-large-mnli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use howey/electra-large-mnli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="howey/electra-large-mnli")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("howey/electra-large-mnli") model = AutoModelForSequenceClassification.from_pretrained("howey/electra-large-mnli", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 10.0, | |
| "train_loss": 0.09520160916497164, | |
| "train_runtime": 17186.139, | |
| "train_samples": 392702, | |
| "train_samples_per_second": 228.499, | |
| "train_steps_per_second": 1.19 | |
| } |