doberst commited on
Commit
e93bfa7
·
verified ·
1 Parent(s): 949687e

Update genai_config.json

Browse files
Files changed (1) hide show
  1. genai_config.json +2 -2
genai_config.json CHANGED
@@ -470,7 +470,7 @@
470
  },
471
  "search": {
472
  "diversity_penalty": 0.0,
473
- "do_sample": true,
474
  "early_stopping": true,
475
  "length_penalty": 1.0,
476
  "max_length": 2048,
@@ -480,7 +480,7 @@
480
  "num_return_sequences": 1,
481
  "past_present_share_buffer": true,
482
  "repetition_penalty": 1.0,
483
- "temperature": 0.6,
484
  "top_k": 1,
485
  "top_p": 0.9
486
  }
 
470
  },
471
  "search": {
472
  "diversity_penalty": 0.0,
473
+ "do_sample": false,
474
  "early_stopping": true,
475
  "length_penalty": 1.0,
476
  "max_length": 2048,
 
480
  "num_return_sequences": 1,
481
  "past_present_share_buffer": true,
482
  "repetition_penalty": 1.0,
483
+ "temperature": 0.0,
484
  "top_k": 1,
485
  "top_p": 0.9
486
  }