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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
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 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
 
@@ -53,8 +58,8 @@ inference:
53
  repetition_penalty: 2.5
54
  top_p: 0.95
55
  top_k: 50
56
- temperature: 0.6
57
- no_repeat_ngram_size: 2
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
  ---