ViuAI commited on
Commit
75e0f5e
·
verified ·
1 Parent(s): aa0e7ce

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +11 -0
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": null,
4
+ "eos_token_id": 64002,
5
+ "pad_token_id": 64000,
6
+ "max_new_tokens": 150,
7
+ "temperature": 0.2,
8
+ "top_p": 0.9,
9
+ "repetition_penalty": 1.15,
10
+ "do_sample": true
11
+ }