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

tunib
/
electra-ko-small

Transformers
PyTorch
electra
pretraining
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use tunib/electra-ko-small with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForPreTraining
    
    tokenizer = AutoTokenizer.from_pretrained("tunib/electra-ko-small")
    model = AutoModelForPreTraining.from_pretrained("tunib/electra-ko-small")
  • Notebooks
  • Google Colab
  • Kaggle
electra-ko-small
55.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
tunib's picture
tunib
Upload README.md
a3e3d24 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    2.65 kB
    Upload README.md over 4 years ago
  • config.json
    457 Bytes
    Upload config.json over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    55 MB
    xet
    Upload pytorch_model.bin with git-lfs over 4 years ago
  • tokenizer_config.json
    55 Bytes
    Upload tokenizer_config.json over 4 years ago
  • vocab.txt
    238 kB
    Upload vocab.txt over 4 years ago