Instructions to use google/electra-small-discriminator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/electra-small-discriminator with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("google/electra-small-discriminator") model = AutoModelForPreTraining.from_pretrained("google/electra-small-discriminator") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
9a09a11 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:735154b1a8a78ba97da3c8c53c2e3d1d58b8dec5fa5caf0e144661c8bbe0e787
size 54245363
|