Commit
·
2a080b7
1
Parent(s):
d8f26c8
Update README
Browse files
README.md
CHANGED
@@ -8,7 +8,19 @@ tags:
|
|
8 |
- summarization
|
9 |
- conversational
|
10 |
pipeline_tag: text-generation
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# MVP
|
|
|
8 |
- summarization
|
9 |
- conversational
|
10 |
pipeline_tag: text-generation
|
11 |
+
widget:
|
12 |
+
- text: "Summarize: You may want to stick it to your boss and leave your job, but don't do it if these are your reasons."
|
13 |
+
example_title: "Summarization"
|
14 |
+
- text: "Given the dialog: do you like dance? [SEP] Yes I do. Did you know Bruce Lee was a cha cha dancer?"
|
15 |
+
example_title: "Dialog"
|
16 |
+
- text: "Describe the following data: Iron Man | instance of | Superhero [SEP] Stan Lee | creator | Iron Man"
|
17 |
+
example_title: "Data-to-text"
|
18 |
+
- text: "Given the story title: I think all public schools should have a uniform dress code."
|
19 |
+
example_title: "Story Generation"
|
20 |
+
- text: "Answer the following question: From which country did Angola achieve independence in 1975?"
|
21 |
+
example_title: "Question Answering"
|
22 |
+
- text: "Generate the question based on the answer: boxing [X_SEP] A bolo punch is a punch used in martial arts . A hook is a punch in boxing ."
|
23 |
+
example_title: "Question Generaion"
|
24 |
---
|
25 |
|
26 |
# MVP
|