DeathReaper0965 commited on
Commit
8c06ba0
1 Parent(s): e3eb57f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -11,7 +11,8 @@ tags:
11
  - reinforcement-learning
12
  widget:
13
  - text: >-
14
- Summarize the following Conversation: Kate: Good morning. Kai: Hi! How
 
15
  official! Kate: I wrote it at 4am Kai: I've noticed. Why? Kate: I had to get
16
  up early to catch the bus to the airport Kai: Where are you flying? Kate: To
17
  Antwerp! I'm fed up with Cambridge Kai: poor thing. Why? Kate: Just a
@@ -19,18 +20,21 @@ widget:
19
  to rest a bit in Belgium, do not work too much. Kate: I have to work, but at
20
  least not in this soulless place. Kai: When are you coming back? Kate: I
21
  have to see my supervisor on Monday <unk> Kai: not too long a break Kate:
22
- Still better than nothing. Summary:
 
23
  example_title: Summarization Example 1
24
  - text: >-
25
- Summarize the following Conversation: Dean: I feel sick Scott: hungover?
 
26
  Dean: no, like I ate something bad Scott: what did you eat yesterday? Dean:
27
  breakfast at Coffee Lovers' Scott: this is a rather safe place Dean: and
28
- Chinese from TaoTao for dinner Scott: now we have a suspect Summary:
 
29
  example_title: Summarization Example 2
30
  pipeline_tag: text2text-generation
31
  inference:
32
  parameters:
33
- max_new_tokens: 256
34
  repetition_penalty: 2.5
35
  top_p: 0.95
36
  top_k: 50
 
11
  - reinforcement-learning
12
  widget:
13
  - text: >-
14
+ Summarize the following Conversation: |
15
+ Kate: Good morning. Kai: Hi! How
16
  official! Kate: I wrote it at 4am Kai: I've noticed. Why? Kate: I had to get
17
  up early to catch the bus to the airport Kai: Where are you flying? Kate: To
18
  Antwerp! I'm fed up with Cambridge Kai: poor thing. Why? Kate: Just a
 
20
  to rest a bit in Belgium, do not work too much. Kate: I have to work, but at
21
  least not in this soulless place. Kai: When are you coming back? Kate: I
22
  have to see my supervisor on Monday <unk> Kai: not too long a break Kate:
23
+ Still better than nothing. |
24
+ Summary:
25
  example_title: Summarization Example 1
26
  - text: >-
27
+ Summarize the following Conversation: |
28
+ Dean: I feel sick Scott: hungover?
29
  Dean: no, like I ate something bad Scott: what did you eat yesterday? Dean:
30
  breakfast at Coffee Lovers' Scott: this is a rather safe place Dean: and
31
+ Chinese from TaoTao for dinner Scott: now we have a suspect |
32
+ Summary:
33
  example_title: Summarization Example 2
34
  pipeline_tag: text2text-generation
35
  inference:
36
  parameters:
37
+ max_new_tokens: 20
38
  repetition_penalty: 2.5
39
  top_p: 0.95
40
  top_k: 50