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

acul3
/
roberta-base-indo

Fill-Mask
Transformers
PyTorch
TensorBoard
Indonesian
roberta
indonesian-roberta-base
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use acul3/roberta-base-indo with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="acul3/roberta-base-indo")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("acul3/roberta-base-indo")
    model = AutoModelForMaskedLM.from_pretrained("acul3/roberta-base-indo", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-indo
541 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 33 commits
acul3's picture
acul3
Merge branch 'main' of https://huggingface.co/munggok/roberta-base-indo into main
282b4f0 almost 4 years ago
  • configs
    init files almost 4 years ago
  • .gitattributes
    1.44 kB
    add model almost 4 years ago
  • README.md
    353 Bytes
    Create README.md almost 4 years ago
  • config.json
    716 Bytes
    add model almost 4 years ago
  • config.py
    256 Bytes
    init files almost 4 years ago
  • convert.py
    893 Bytes
    add model almost 4 years ago
  • events.out.tfevents.1661956023.t1v-n-615879bc-w-0.286248.0.v2
    40 Bytes
    xet
    add tensorboard almost 4 years ago
  • events.out.tfevents.1661956237.t1v-n-615879bc-w-0.289578.0.v2
    35.9 MB
    xet
    add tensorboard almost 4 years ago
  • merges.txt
    468 kB
    add model almost 4 years ago
  • pytorch_model.bin
    499 MB
    xet
    add model almost 4 years ago
  • requirements.txt
    164 Bytes
    add requirements almost 4 years ago
  • run.sh
    935 Bytes
    add run.sh almost 4 years ago
  • run_mlm_flax.py
    43.5 kB
    keep memory almost 4 years ago
  • run_mlm_flax_stream.py
    33.6 kB
    print sample almost 4 years ago
  • run_stream.sh
    896 Bytes
    add requirements almost 4 years ago
  • run_tmux_stream.sh
    870 Bytes
    add almost 4 years ago
  • special_tokens_map.json
    957 Bytes
    add model almost 4 years ago
  • tokenizer.json
    2.13 MB
    add model almost 4 years ago
  • tokenizer_config.json
    1.35 kB
    add model almost 4 years ago
  • tokens.py
    694 Bytes
    init files almost 4 years ago
  • training_state.json
    16 Bytes
    init files almost 4 years ago
  • vocab.json
    809 kB
    add model almost 4 years ago