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")
Im using this model in my project, I would be happy if I could properly cite it.
Thanks.
· Sign up or log in to comment