How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("muchad/idt5-base")
model = AutoModelForSeq2SeqLM.from_pretrained("muchad/idt5-base")
Quick Links

Indonesian Version of Multilingual T5 Transformer

Smaller version of the Google's Multilingual T5-base model with only Indonesian and some English embeddings.

This model has to be fine-tuned before it is useable on a downstream task.
Fine-tuned idT5 for the Question Generation and Question Answering tasks, available at idT5-qa-qg.

Citation

  1. IEEE
  2. ArXiv
Downloads last month
728
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for muchad/idt5-base

Adapters
9 models
Finetunes
27 models

Spaces using muchad/idt5-base 2

Paper for muchad/idt5-base