usama98 commited on
Commit
6b44de5
·
1 Parent(s): db9567a

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -6
config.json CHANGED
@@ -29,12 +29,8 @@
29
  "summary_use_proj": true,
30
  "task_specific_params": {
31
  "text-generation": {
32
- "do_sample": true,
33
- "max_length":256,
34
- "no_repeat_ngram_size": 2,
35
- "num_beams": 5,
36
- "repetition_penalty": 3.0,
37
- "top_p": 0.95
38
  }
39
  },
40
  "torch_dtype": "float32",
 
29
  "summary_use_proj": true,
30
  "task_specific_params": {
31
  "text-generation": {
32
+ "num_return_sequences":5,
33
+ "max_length":256
 
 
 
 
34
  }
35
  },
36
  "torch_dtype": "float32",