Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

google
/
electra-large-generator

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
English
electra
Model card Files Files and versions
xet
Community
3

Instructions to use google/electra-large-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use google/electra-large-generator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="google/electra-large-generator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("google/electra-large-generator")
    model = AutoModelForMaskedLM.from_pretrained("google/electra-large-generator")
  • Notebooks
  • Google Colab
  • Kaggle
electra-large-generator
744 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 12 commits
lysandre's picture
lysandre HF Staff
Updates incorrect tokenizer configuration file (#2)
117e4d9 verified about 2 years ago
  • .gitattributes
    390 Bytes
    Update .gitattributes about 5 years ago
  • README.md
    1.72 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    663 Bytes
    add model about 5 years ago
  • flax_model.msgpack
    205 MB
    xet
    add model about 5 years ago
  • pytorch_model.bin
    205 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • tf_model.h5
    333 MB
    xet
    Update tf_model.h5 about 6 years ago
  • tokenizer.json
    466 kB
    Update tokenizer.json over 5 years ago
  • tokenizer_config.json
    48 Bytes
    Updates incorrect tokenizer configuration file (#2) about 2 years ago
  • vocab.txt
    232 kB
    Update vocab.txt about 6 years ago