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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mobilint
/
bert-kor-base

Fill-Mask
Transformers
Safetensors
Mobilint
English
mobilint-bert
text-generation
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use mobilint/bert-kor-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="mobilint/bert-kor-base", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("mobilint/bert-kor-base", trust_remote_code=True, device_map="auto")
  • Mobilint

    How to use mobilint/bert-kor-base with Mobilint:

    # pip install mblt-model-zoo
    from mblt_model_zoo.vision import MBLT_Engine
    
    model = MBLT_Engine(
        model_cls="bert-kor-base",
        model_type="DEFAULT",
        model_path="",
        core_mode="global8",
    )
    
    try:
        image = model.preprocess("path/to/image.jpg")
        output = model(image)
        result = model.postprocess(output)
    finally:
        model.dispose()
    
  • Notebooks
  • Google Colab
  • Kaggle
bert-kor-base
140 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
parkjinman98's picture
parkjinman98
Adjust library_name metadata for model card
9d9cabd verified about 1 month ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 8 months ago
  • README.md
    626 Bytes
    Adjust library_name metadata for model card about 1 month ago
  • bert-kor-base.mxq
    73.2 MB
    xet
    Upload bert-kor-base.mxq 6 months ago
  • config.json
    981 Bytes
    Update config.json 7 months ago
  • model.safetensors
    66.6 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • proxy_bert.py
    470 Bytes
    Create proxy_bert.py 7 months ago
  • tokenizer_config.json
    80 Bytes
    Upload folder using huggingface_hub 8 months ago
  • vocab.txt
    344 kB
    Upload folder using huggingface_hub 8 months ago