miguelvictor commited on
Commit
616b22d
1 Parent(s): f7709ed

Update config

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -19,9 +19,8 @@
19
  "task_specific_params": {
20
  "text2text-generation": {
21
  "early_stopping": true,
22
- "max_length": 50,
23
- "no_repeat_ngram_size": 2,
24
- "num_beams": 5
25
  }
26
  },
27
  "transformers_version": "4.3.3",
19
  "task_specific_params": {
20
  "text2text-generation": {
21
  "early_stopping": true,
22
+ "do_sample": true,
23
+ "max_length": 50
 
24
  }
25
  },
26
  "transformers_version": "4.3.3",