deepparag commited on
Commit
6bf1a85
·
1 Parent(s): a3520ba

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -32,6 +32,7 @@
32
  "max_length": 1000,
33
  "no_repeat_ngram_size": 4,
34
  "temperature": 0.8,
 
35
  "top_k": 100,
36
  "top_p": 0.7
37
  }
 
32
  "max_length": 1000,
33
  "no_repeat_ngram_size": 4,
34
  "temperature": 0.8,
35
+ "do_sample":true,
36
  "top_k": 100,
37
  "top_p": 0.7
38
  }