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

jason9693
/
soongsil-bert-base

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

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

  • Libraries
  • Transformers

    How to use jason9693/soongsil-bert-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="jason9693/soongsil-bert-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("jason9693/soongsil-bert-base")
    model = AutoModelForMaskedLM.from_pretrained("jason9693/soongsil-bert-base")
  • Notebooks
  • Google Colab
  • Kaggle
soongsil-bert-base
787 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
jason9693's picture
jason9693
Update README.md
9885085 almost 4 years ago
  • .DS_Store
    6.15 kB
    Update .DS_Store over 5 years ago
  • .gitattributes
    391 Bytes
    allow flax about 5 years ago
  • README.md
    68 Bytes
    Update README.md almost 4 years ago
  • config.json
    555 Bytes
    Update config.json over 5 years ago
  • flax_model.msgpack
    393 MB
    xet
    upload flax model about 5 years ago
  • merges.txt
    245 kB
    Update merges.txt over 5 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    393 MB
    xet
    Update pytorch_model.bin over 5 years ago
  • special_tokens_map.json
    239 Bytes
    Update special_tokens_map.json over 5 years ago
  • tokenizer_config.json
    78 Bytes
    Update tokenizer_config.json over 5 years ago
  • vocab.json
    347 kB
    Update vocab.json over 5 years ago