Yhhxhfh commited on
Commit
749be50
·
verified ·
1 Parent(s): f8f19e2

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +4 -0
generation_config.json CHANGED
@@ -2,5 +2,9 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
 
 
 
 
5
  "transformers_version": "4.44.2"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
+ "temperature": 1.0,
6
+ "top_p": 0.9,
7
+ "top_k": 50,
8
+ "do_sample": true,
9
  "transformers_version": "4.44.2"
10
  }