davda54 commited on
Commit
c9fe290
·
verified ·
1 Parent(s): c33ccdd

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -1
generation_config.json CHANGED
@@ -7,7 +7,7 @@
7
  "top_k": 64,
8
  "top_p": 0.9,
9
  "repetition_penalty": 1.0,
10
- "sample": true,
11
  "temperature": 0.3,
12
  "max_new_tokens": 1024,
13
  "use_cache": true
 
7
  "top_k": 64,
8
  "top_p": 0.9,
9
  "repetition_penalty": 1.0,
10
+ "do_sample": true,
11
  "temperature": 0.3,
12
  "max_new_tokens": 1024,
13
  "use_cache": true