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

  • Log In
  • Sign Up

beomi
/
KcRoBERTa-dev

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

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

  • Libraries
  • Transformers

    How to use beomi/KcRoBERTa-dev with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="beomi/KcRoBERTa-dev")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("beomi/KcRoBERTa-dev")
    model = AutoModelForMaskedLM.from_pretrained("beomi/KcRoBERTa-dev")
  • Notebooks
  • Google Colab
  • Kaggle
KcRoBERTa-dev
438 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
beomi's picture
beomi
Add 620k model
d968721 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • config.json
    643 Bytes
    Add 140k Model about 3 years ago
  • flax_model.msgpack
    436 MB
    xet
    Add 620k model about 3 years ago
  • special_tokens_map.json
    228 Bytes
    Add 140k Model about 3 years ago
  • tokenizer.json
    1.78 MB
    Add 140k Model about 3 years ago
  • tokenizer_config.json
    179 Bytes
    Add 140k Model about 3 years ago