TianyiQ commited on
Commit
408dbeb
1 Parent(s): a67ee3b

Upload ./generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +4 -1
generation_config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
- "_from_model_config": true,
3
  "bos_token_id": 128000,
 
4
  "eos_token_id": 128001,
 
 
 
5
  "transformers_version": "4.40.1"
6
  }
 
1
  {
 
2
  "bos_token_id": 128000,
3
+ "do_sample": true,
4
  "eos_token_id": 128001,
5
+ "max_length": 4096,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
  "transformers_version": "4.40.1"
9
  }