Instructions to use google/electra-large-discriminator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/electra-large-discriminator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("google/electra-large-discriminator") model = AutoModelForPreTraining.from_pretrained("google/electra-large-discriminator") - Notebooks
- Google Colab
- Kaggle
Great Model for multiple tasks
#3
by kalashshah19 - opened
I have Fine Tuned it for many tasks like Emotion Detection, Document Classification, Intent Recognition, Polarity Classification, Sentiment Analysis, etc and in each of these, Electra has delivered above 80 % accuracy which is better than most other models.