CreitinGameplays commited on
Commit
34f1f2c
·
verified ·
1 Parent(s): b5ad7b4

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -0
generation_config.json CHANGED
@@ -2,6 +2,7 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
 
5
  "temperature": 0.6,
6
  "top_k": 10,
7
  "top_p": 0.95,
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
+ "do_sample": true,
6
  "temperature": 0.6,
7
  "top_k": 10,
8
  "top_p": 0.95,