Instructions to use howey/electra-large-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use howey/electra-large-cola with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="howey/electra-large-cola")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("howey/electra-large-cola") model = AutoModelForSequenceClassification.from_pretrained("howey/electra-large-cola") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 67170e514eb4ef3c0ec52246fbc11219d3a0fdbdef7c090f2408a9721cce5862
- Size of remote file:
- 2.48 kB
- SHA256:
- 04911a28894f8f212a40ff94f6ab950ce9472c08e7d634bbfc18a37ba51f08a5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.