Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ tags:
|
|
8 |
- idt5
|
9 |
widget:
|
10 |
- text: "generate question: <hl> Dua orang <hl> pengembara berjalan di sepanjang jalan yang berdebu dan tandus di hari yang sangat panas. Tidak lama kemudian, mereka menemukan sebuah pohon besar. </s>"
|
11 |
-
- text: "question:
|
12 |
|
13 |
license: apache-2.0
|
14 |
---
|
@@ -17,6 +17,10 @@ license: apache-2.0
|
|
17 |
|
18 |
[idT5](https://huggingface.co/muchad/idt5) (Indonesian version of [mT5](https://huggingface.co/google/mt5-base)) is fine-tuned on [translated SQuAD v2.0](https://github.com/Wikidepia/indonesian_datasets/tree/master/question-answering/squad) for **Question Generation and Question Answering** tasks.
|
19 |
|
|
|
|
|
|
|
|
|
20 |
## Requirements
|
21 |
```
|
22 |
!pip install transformers==4.4.2
|
@@ -26,7 +30,7 @@ license: apache-2.0
|
|
26 |
```
|
27 |
|
28 |
## Usage 🚀
|
29 |
-
|
30 |
|
31 |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/muchad/qaqg/blob/main/idT5_Question_Answering.ipynb)
|
32 |
|
|
|
8 |
- idt5
|
9 |
widget:
|
10 |
- text: "generate question: <hl> Dua orang <hl> pengembara berjalan di sepanjang jalan yang berdebu dan tandus di hari yang sangat panas. Tidak lama kemudian, mereka menemukan sebuah pohon besar. </s>"
|
11 |
+
- text: "question: Siapa pemimpin Kerajaan Tarumanegara? context: Raja Purnawarman mulai memerintah Kerajaan Tarumanegara pada tahun 395 M. </s>"
|
12 |
|
13 |
license: apache-2.0
|
14 |
---
|
|
|
17 |
|
18 |
[idT5](https://huggingface.co/muchad/idt5) (Indonesian version of [mT5](https://huggingface.co/google/mt5-base)) is fine-tuned on [translated SQuAD v2.0](https://github.com/Wikidepia/indonesian_datasets/tree/master/question-answering/squad) for **Question Generation and Question Answering** tasks.
|
19 |
|
20 |
+
#Live Demo
|
21 |
+
**Question Generation:** [ai.muchad.com/qg](https://ai.muchad.com/qg/)
|
22 |
+
**Question Answering:** [t.me/caritahubot](https://t.me/caritahubot)
|
23 |
+
|
24 |
## Requirements
|
25 |
```
|
26 |
!pip install transformers==4.4.2
|
|
|
30 |
```
|
31 |
|
32 |
## Usage 🚀
|
33 |
+
#### Question Answering
|
34 |
|
35 |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/muchad/qaqg/blob/main/idT5_Question_Answering.ipynb)
|
36 |
|