Instructions to use indobenchmark/indobart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use indobenchmark/indobart with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("indobenchmark/indobart") model = AutoModelForSeq2SeqLM.from_pretrained("indobenchmark/indobart") - Notebooks
- Google Colab
- Kaggle
Commit History
Update special_tokens_map.json ff6f1f9
update config.json 7891385
Samuel Cahyawijaya commited on
update config.json eb4015f
Samuel Cahyawijaya commited on
update indobart model d05704b
Samuel Cahyawijaya commited on
update model & tokenizer meta 9e90d1d
Samuel Cahyawijaya commited on
update model & tokenizer meta 968fb1b
Samuel Cahyawijaya commited on
update README a229dd5
Samuel Cahyawijaya commited on
first commit 8ede563
Samuel Cahyawijaya commited on