DeathReaper0965 commited on
Commit
d946f2c
1 Parent(s): c459623

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -15,11 +15,24 @@ tags:
15
  - toxicity-reduction
16
 
17
  widget:
18
- - text: "Summarize the following Conversation: Kate: Good morning. Kai: Hi! How official! Kate: I wrote it at 4am Kai: I've noticed. Why? Kate: I had to get up early to catch the bus to the airport Kai: Where are you flying? Kate: To Antwerp! I'm fed up with Cambridge Kai: poor thing. Why? Kate: Just a stupid, elitist place without a soul. Or with a soul made of money. Kai: Try to rest a bit in Belgium, do not work too much. Kate: I have to work, but at least not in this soulless place. Kai: When are you coming back? Kate: I have to see my supervisor on Monday <unk> Kai: not too long a break Kate: Still better than nothing. Summary:"
 
 
 
 
 
 
 
 
 
19
  example_title: Summarization Example 1
20
- - text: "Summarize the following Conversation: Dean: I feel sick Scott: hungover? Dean: no, like I ate something bad Scott: what did you eat yesterday? Dean: breakfast at Coffee Lovers' Scott: this is a rather safe place Dean: and Chinese from TaoTao for dinner Scott: now we have a suspect Summary:"
 
 
 
 
21
  example_title: Summarization Example 2
22
-
23
  inference:
24
  parameters:
25
  max_new_tokens: 256
@@ -30,8 +43,9 @@ inference:
30
  num_beams: 3
31
  no_repeat_ngram_size: 2
32
  num_return_sequences: 1
33
- do_sample: True
34
-
 
35
  ---
36
 
37
  # Flan-T5 (base-sized) Dialogue Summarization with reduced toxicity using RLAIF
@@ -94,4 +108,4 @@ output = tokenizer.batch_decode(summary, skip_special_tokens=True)
94
  # "Dean ate breakfast at Coffee Lovers' yesterday and Chinese from TaoTao for dinner."
95
  ```
96
 
97
- > Designed and Developed with <span style="color: #e25555;">&hearts;</span> by [Praneet](https://deathreaper0965.github.io/) | [LinkedIn](http://linkedin.com/in/deathreaper0965) | [GitHub](https://github.com/DeathReaper0965/)
 
15
  - toxicity-reduction
16
 
17
  widget:
18
+ - text: >-
19
+ Summarize the following Conversation: Kate: Good morning. Kai: Hi! How
20
+ official! Kate: I wrote it at 4am Kai: I've noticed. Why? Kate: I had to get
21
+ up early to catch the bus to the airport Kai: Where are you flying? Kate: To
22
+ Antwerp! I'm fed up with Cambridge Kai: poor thing. Why? Kate: Just a
23
+ stupid, elitist place without a soul. Or with a soul made of money. Kai: Try
24
+ to rest a bit in Belgium, do not work too much. Kate: I have to work, but at
25
+ least not in this soulless place. Kai: When are you coming back? Kate: I
26
+ have to see my supervisor on Monday <unk> Kai: not too long a break Kate:
27
+ Still better than nothing. Summary:
28
  example_title: Summarization Example 1
29
+ - text: >-
30
+ Summarize the following Conversation: Dean: I feel sick Scott: hungover?
31
+ Dean: no, like I ate something bad Scott: what did you eat yesterday? Dean:
32
+ breakfast at Coffee Lovers' Scott: this is a rather safe place Dean: and
33
+ Chinese from TaoTao for dinner Scott: now we have a suspect Summary:
34
  example_title: Summarization Example 2
35
+
36
  inference:
37
  parameters:
38
  max_new_tokens: 256
 
43
  num_beams: 3
44
  no_repeat_ngram_size: 2
45
  num_return_sequences: 1
46
+ do_sample: true
47
+
48
+ pipeline_tag: summarization
49
  ---
50
 
51
  # Flan-T5 (base-sized) Dialogue Summarization with reduced toxicity using RLAIF
 
108
  # "Dean ate breakfast at Coffee Lovers' yesterday and Chinese from TaoTao for dinner."
109
  ```
110
 
111
+ > Designed and Developed with <span style="color: #e25555;">&hearts;</span> by [Praneet](https://deathreaper0965.github.io/) | [LinkedIn](http://linkedin.com/in/deathreaper0965) | [GitHub](https://github.com/DeathReaper0965/)