elishowk commited on
Commit
66b7d2e
1 Parent(s): 685bb05

Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,11 +1,11 @@
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,8 +15,9 @@ metrics:
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 is an entrepreneur born in 1971. </s>"
19
- - text: "emotion: I hope this works! </s>"
 
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