muchad commited on
Commit
2ff063e
1 Parent(s): 1f28893

Update README.md

Browse files

Add example fine-tuned model

Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,4 +9,5 @@ license: mit
9
 
10
  Smaller version of the [Google's Multilingual T5-base](https://huggingface.co/google/mt5-base) model with only Indonesian and some English embeddings left.
11
 
12
- **Note:** This model has to be fine-tuned before it is useable on a downstream task.
 
 
9
 
10
  Smaller version of the [Google's Multilingual T5-base](https://huggingface.co/google/mt5-base) model with only Indonesian and some English embeddings left.
11
 
12
+ This model has to be fine-tuned before it is useable on a downstream task.\
13
+ Fine-tuned idT5 for the Question Generation and Question Answering tasks, available at [idT5-qa-qg](https://huggingface.co/muchad/idt5-qa-qg).