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

  • Log In
  • Sign Up

beomi
/
kcbert-base

Fill-Mask
Transformers
PyTorch
JAX
Safetensors
Korean
bert
korean
Model card Files Files and versions
xet
Community
3

Instructions to use beomi/kcbert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use beomi/kcbert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="beomi/kcbert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("beomi/kcbert-base")
    model = AutoModelForMaskedLM.from_pretrained("beomi/kcbert-base")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
kcbert-base
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
beomi's picture
beomi
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
0f2f3f8 about 3 years ago
  • .gitattributes
    445 Bytes
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • README.md
    16.2 kB
    Create README.md almost 4 years ago
  • config.json
    619 Bytes
    Update config.json almost 6 years ago
  • flax_model.msgpack
    436 MB
    xet
    upload flax model almost 5 years ago
  • model.safetensors
    438 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    438 MB
    xet
    Update pytorch_model.bin almost 6 years ago
  • tokenizer_config.json
    49 Bytes
    Update tokenizer_config.json almost 6 years ago
  • vocab.txt
    250 kB
    Update vocab.txt almost 6 years ago