usama98 commited on
Commit
84b8efc
1 Parent(s): a1de7e6

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -30,7 +30,9 @@
30
  "task_specific_params": {
31
  "text-generation": {
32
  "num_return_sequences":1,
33
- "max_length":184
 
 
34
  }
35
  },
36
  "torch_dtype": "float32",
 
30
  "task_specific_params": {
31
  "text-generation": {
32
  "num_return_sequences":1,
33
+ "max_length":184,
34
+ "no_repeat_ngram_size":2,
35
+ "repetition_penalty":1.5
36
  }
37
  },
38
  "torch_dtype": "float32",