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

Update README.md

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