DeathReaper0965 commited on
Commit
17230b7
1 Parent(s): b39405c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -28,6 +28,17 @@ widget:
28
  Chinese from TaoTao for dinner Scott: now we have a suspect Summary:
29
  example_title: Summarization Example 2
30
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
 
33
  # Flan-T5 (base-sized) Dialogue Summarization with reduced toxicity using RLAIF
 
28
  Chinese from TaoTao for dinner Scott: now we have a suspect Summary:
29
  example_title: Summarization Example 2
30
  pipeline_tag: text-generation
31
+ inference:
32
+ parameters:
33
+ max_new_tokens: 256
34
+ repetition_penalty: 2.5
35
+ top_p: 0.95
36
+ top_k: 50
37
+ temperature: 0.7
38
+ num_beams: 3
39
+ no_repeat_ngram_size: 2
40
+ num_return_sequences: 1
41
+ do_sample: true
42
  ---
43
 
44
  # Flan-T5 (base-sized) Dialogue Summarization with reduced toxicity using RLAIF