Instructions to use prosa-text/indobert-nusa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prosa-text/indobert-nusa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="prosa-text/indobert-nusa")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("prosa-text/indobert-nusa") model = AutoModelForMaskedLM.from_pretrained("prosa-text/indobert-nusa", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 45f6a58a7c86c77adf8d259619ca2d314554e682ad025fc2a1b1765bfc8de749
- Size of remote file:
- 4.47 kB
- SHA256:
- 99b5ce78b785f68e7248ffd1816ea037d3b2028f0ac090be1f2f2b9c0bcdaa52
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.