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
How can I Fine Tune it to increase its context Length while maintaining its accuracy and knowledge?
#4
by kalashshah19 - opened
I have tried to increase its context length to 8K tokens but its accuracy dropped like anything
kalashshah19 changed discussion title from How can I Fine Tune it to increase its context Length while maintaining its accuracy and knowldge? to How can I Fine Tune it to increase its context Length while maintaining its accuracy and knowledge?