DeathReaper0965
commited on
Commit
•
e42524c
1
Parent(s):
8c3bc2c
Update README.md
Browse files
README.md
CHANGED
@@ -36,12 +36,17 @@ widget:
|
|
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
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
|
|
45 |
Summary:
|
46 |
example_title: Summarization Example 2
|
47 |
|
@@ -53,8 +58,8 @@ inference:
|
|
53 |
repetition_penalty: 2.5
|
54 |
top_p: 0.95
|
55 |
top_k: 50
|
56 |
-
temperature: 0.
|
57 |
-
no_repeat_ngram_size:
|
58 |
num_return_sequences: 1
|
59 |
do_sample: true
|
60 |
---
|
|
|
36 |
Summary:
|
37 |
example_title: Summarization Example 1
|
38 |
|
39 |
+
- text: |+
|
40 |
Summarize the following Conversation:
|
41 |
+
|
42 |
Dean: I feel sick Scott: hungover?
|
43 |
+
Dean: no, like I ate something bad
|
44 |
+
Scott: what did you eat yesterday?
|
45 |
+
Dean: breakfast at Coffee Lovers
|
46 |
+
Scott: this is a rather safe place
|
47 |
+
Dean: and Chinese from TaoTao for dinner
|
48 |
+
Scott: now we have a suspect
|
49 |
+
|
50 |
Summary:
|
51 |
example_title: Summarization Example 2
|
52 |
|
|
|
58 |
repetition_penalty: 2.5
|
59 |
top_p: 0.95
|
60 |
top_k: 50
|
61 |
+
temperature: 0.9
|
62 |
+
no_repeat_ngram_size: 10
|
63 |
num_return_sequences: 1
|
64 |
do_sample: true
|
65 |
---
|