Instructions to use jonfd/electra-small-is-no with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jonfd/electra-small-is-no with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("jonfd/electra-small-is-no") model = AutoModelForPreTraining.from_pretrained("jonfd/electra-small-is-no") - Notebooks
- Google Colab
- Kaggle
Ctrl+K