StevenTang
commited on
Commit
·
879cb74
1
Parent(s):
3e88be9
Update README
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- Summarization
|
7 |
+
- Text Generation
|
8 |
+
- Text2Text Generation
|
9 |
+
- Conversational
|
10 |
+
widget:
|
11 |
+
- 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."
|
12 |
+
example_title: "Summarization"
|
13 |
+
- text: "Given the dialog: do you like dance? [SEP] Yes I do. Did you know Bruce Lee was a cha cha dancer?"
|
14 |
+
example_title: "Dialog"
|
15 |
+
- text: "Describe the following data: Iron Man | instance of | Superhero [SEP] Stan Lee | creator | Iron Man"
|
16 |
+
example_title: "Data-to-text"
|
17 |
+
- text: "Given the story title: I think all public schools should have a uniform dress code."
|
18 |
+
example_title: "Story Generation"
|
19 |
+
- text: "Answer the following question: From which country did Angola achieve independence in 1975?"
|
20 |
+
example_title: "Question Answering"
|
21 |
+
- 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 ."
|
22 |
+
example_title: "Question Generaion"
|
23 |
---
|