How to use from the
Use from the
Transformers library
# 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")
Quick Links

Indonesian RoBERTa Base is a masked language model based on the RoBERTa model. It was trained on the KoPI dataset.

Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train acul3/roberta-base-indo

Space using acul3/roberta-base-indo 1

Paper for acul3/roberta-base-indo