Instructions to use acul3/Roberta-Large-Indo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use acul3/Roberta-Large-Indo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="acul3/Roberta-Large-Indo")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("acul3/Roberta-Large-Indo") model = AutoModelForMaskedLM.from_pretrained("acul3/Roberta-Large-Indo") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
492af03 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0af11ebbcd5621ac3371cb24d95485b363b924d774b7a34de29845ed2d169fdf
size 1421780139
|