Question Answering
Transformers
Safetensors
Indonesian
t5
text2text-generation
text-generation-inference
Instructions to use blaxx14/T5-Indonesian-QA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use blaxx14/T5-Indonesian-QA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="blaxx14/T5-Indonesian-QA")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("blaxx14/T5-Indonesian-QA") model = AutoModelForSeq2SeqLM.from_pretrained("blaxx14/T5-Indonesian-QA", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model Card for Model ID
Model Details
Model Description
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
- Developed by: Hadid Ramadhan
- Model type: Text Generation
- Finetuned from model [optional]: Lazarus/IndoNanoT5-base
- Downloads last month
- 4
Model tree for blaxx14/T5-Indonesian-QA
Base model
LazarusNLP/IndoNanoT5-base