Transformers
PyTorch
Indonesian
English
multilingual
t5
text2text-generation
idt5
text-generation-inference
Instructions to use muchad/idt5-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use muchad/idt5-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("muchad/idt5-base") model = AutoModelForSeq2SeqLM.from_pretrained("muchad/idt5-base") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,3 +14,7 @@ Smaller version of the [Google's Multilingual T5-base](https://huggingface.co/go
|
|
| 14 |
|
| 15 |
This model has to be fine-tuned before it is useable on a downstream task.\
|
| 16 |
Fine-tuned idT5 for the Question Generation and Question Answering tasks, available at [idT5-qa-qg](https://huggingface.co/muchad/idt5-qa-qg).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
|
| 15 |
This model has to be fine-tuned before it is useable on a downstream task.\
|
| 16 |
Fine-tuned idT5 for the Question Generation and Question Answering tasks, available at [idT5-qa-qg](https://huggingface.co/muchad/idt5-qa-qg).
|
| 17 |
+
|
| 18 |
+
#### Citation
|
| 19 |
+
1. [IEEE](https://ieeexplore.ieee.org/document/10420049)
|
| 20 |
+
2. [ArXiv](https://arxiv.org/abs/2302.00856)
|