Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,30 @@ tags:
|
|
7 |
- multitask-model
|
8 |
- idt5
|
9 |
widget:
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
license: apache-2.0
|
14 |
---
|
|
|
7 |
- multitask-model
|
8 |
- idt5
|
9 |
widget:
|
10 |
+
---
|
11 |
+
language: id
|
12 |
+
datasets:
|
13 |
+
- SQuAD v2.0 (30%)
|
14 |
+
tags:
|
15 |
+
- question-generation
|
16 |
+
- multitask-model
|
17 |
+
- idt5
|
18 |
+
widget:
|
19 |
+
- text: "generate question: <hl> 42 <hl> is the answer to life, the universe and everything. </s>"
|
20 |
+
- text: "question: What is 42 context: 42 is the answer to life, the universe and everything. </s>"
|
21 |
+
|
22 |
+
license: apache-2.0
|
23 |
+
---
|
24 |
+
|
25 |
+
# idT5 for Question Generation and Question Answering
|
26 |
+
|
27 |
+
[Indonesian T5](https://huggingface.co/muchad/idt5) 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** task.
|
28 |
+
|
29 |
+
## Requirements
|
30 |
+
```
|
31 |
+
!pip install transformers==4.4.2
|
32 |
+
!pip install sentencepiece==0.1.95
|
33 |
+
```
|
34 |
|
35 |
license: apache-2.0
|
36 |
---
|