dkumar15 commited on
Commit
01b7d1c
·
verified ·
1 Parent(s): 6520981

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +12 -0
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "pad_token_id": 2,
5
+ "do_sample": true,
6
+ "temperature": 0.7,
7
+ "top_k": 50,
8
+ "top_p": 0.9,
9
+ "repetition_penalty": 1.15,
10
+ "max_new_tokens": 512,
11
+ "transformers_version": "4.40.0"
12
+ }