m-nagoudi commited on
Commit
7e783e0
·
1 Parent(s): 48a1669

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -49,8 +49,8 @@
49
  "task_specific_params": {
50
  "text-generation":
51
  {
52
- "do_sample": true,
53
- "max_length": 50,
54
  "num_beams": 7,
55
  "top_p": 0.95,
56
  "repetition_penalty": 3.0,
 
49
  "task_specific_params": {
50
  "text-generation":
51
  {
52
+ "do_sample": false,
53
+ "max_length": 10,
54
  "num_beams": 7,
55
  "top_p": 0.95,
56
  "repetition_penalty": 3.0,