hojin commited on
Commit
5444374
1 Parent(s): 484f1c7

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +4 -0
generation_config.json CHANGED
@@ -110,5 +110,9 @@
110
  50360,
111
  50361
112
  ],
 
 
 
 
113
  "transformers_version": "4.28.1"
114
  }
 
110
  50360,
111
  50361
112
  ],
113
+ "num_beams" : 3,
114
+ "no_repeat_ngram_size": 3,
115
+ "top_p": 0.91,
116
+ "temperature": 0.6,
117
  "transformers_version": "4.28.1"
118
  }