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

  • Log In
  • Sign Up

tkwoo
/
electra-small-generator

Fill-Mask
Transformers
PyTorch
electra
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use tkwoo/electra-small-generator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="tkwoo/electra-small-generator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("tkwoo/electra-small-generator")
    model = AutoModelForMaskedLM.from_pretrained("tkwoo/electra-small-generator")
  • Notebooks
  • Google Colab
  • Kaggle
electra-small-generator
19.7 MB
Ctrl+K
Ctrl+K
History: 17 commits
system's picture
system HF Staff
Update config.json
9da370f almost 6 years ago
  • .gitattributes
    345 Bytes
    initial commit almost 6 years ago
  • config.json
    484 Bytes
    Update config.json almost 6 years ago
  • pytorch_model.bin
    19.4 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • tokenizer_config.json
    59 Bytes
    Update tokenizer_config.json almost 6 years ago
  • vocab.txt
    258 kB
    Update vocab.txt almost 6 years ago