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

w11wo
/
indo-roberta-small

Fill-Mask
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
Indonesian
roberta
indo-roberta-small
Model card Files Files and versions
xet
Community
1

Instructions to use w11wo/indo-roberta-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use w11wo/indo-roberta-small with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="w11wo/indo-roberta-small")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("w11wo/indo-roberta-small")
    model = AutoModelForMaskedLM.from_pretrained("w11wo/indo-roberta-small")
  • Notebooks
  • Google Colab
  • Kaggle
indo-roberta-small
1.5 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
w11wo's picture
w11wo
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
0cdc600 almost 3 years ago
  • .gitattributes
    790 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    3.27 kB
    Added placeholder text in inference widget over 5 years ago
  • config.json
    653 Bytes
    Initial commit over 5 years ago
  • flax_model.msgpack
    334 MB
    xet
    upload flax model about 5 years ago
  • merges.txt
    460 kB
    Initial commit over 5 years ago
  • model.safetensors
    334 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    334 MB
    xet
    Second rendition, trained for more epochs over 5 years ago
  • special_tokens_map.json
    772 Bytes
    Initial commit over 5 years ago
  • tf_model.h5
    494 MB
    xet
    Second rendition, trained for more epochs over 5 years ago
  • tokenizer_config.json
    1.07 kB
    Initial commit over 5 years ago
  • vocab.json
    814 kB
    Initial commit over 5 years ago