Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- question-answering
|
6 |
- emotion-detection
|
7 |
- summarisation
|
8 |
-
license:
|
9 |
datasets:
|
10 |
- coqa
|
11 |
- squad_v2
|
@@ -15,8 +15,9 @@ metrics:
|
|
15 |
- f1
|
16 |
pipeline_tag: text2text-generation
|
17 |
widget:
|
18 |
-
- text:
|
19 |
-
|
|
|
20 |
---
|
21 |
# T5 Base with QA + Summary + Emotion
|
22 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- question-answering
|
6 |
- emotion-detection
|
7 |
- summarisation
|
8 |
+
license: apache-2.0
|
9 |
datasets:
|
10 |
- coqa
|
11 |
- squad_v2
|
|
|
15 |
- f1
|
16 |
pipeline_tag: text2text-generation
|
17 |
widget:
|
18 |
+
- text: 'q: Who is Elon Musk? a: an entrepreneur q: When was he born? c: Elon Musk
|
19 |
+
is an entrepreneur born in 1971. </s>'
|
20 |
+
- text: 'emotion: I hope this works! </s>'
|
21 |
---
|
22 |
# T5 Base with QA + Summary + Emotion
|
23 |
|