Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,12 @@ language:
|
|
6 |
base_model:
|
7 |
- google-t5/t5-base
|
8 |
pipeline_tag: text-generation
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
base_model:
|
7 |
- google-t5/t5-base
|
8 |
pipeline_tag: text-generation
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
# Question decomposer Based t5 and Seq2seq
|
13 |
+
|
14 |
+
Example: What is the capital of France and when it entablish ?
|
15 |
+
|
16 |
+
- What is the capital of France ?
|
17 |
+
- When was the capital of France entablish ?
|