Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

monologg
/
koelectra-small-generator

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

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

  • Libraries
  • Transformers

    How to use monologg/koelectra-small-generator with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="monologg/koelectra-small-generator")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("monologg/koelectra-small-generator")
    model = AutoModelForMaskedLM.from_pretrained("monologg/koelectra-small-generator")
  • Notebooks
  • Google Colab
  • Kaggle
koelectra-small-generator
55.4 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 37 commits
monologg's picture
monologg
fix: change tokenizer attribute
a7d0500 over 5 years ago
  • .gitattributes
    345 Bytes
    initial commit about 6 years ago
  • README.md
    1.41 kB
    Migrate model card from transformers-repo over 5 years ago
  • config.json
    463 Bytes
    Update config.json about 6 years ago
  • pytorch_model.bin
    55.1 MB
    xet
    Update pytorch_model.bin about 6 years ago
  • tokenizer_config.json
    60 Bytes
    fix: change tokenizer attribute over 5 years ago
  • vocab.txt
    279 kB
    Update vocab.txt about 6 years ago