manaestras commited on
Commit
ae83742
·
verified ·
1 Parent(s): 274b0e8

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
+ "bos_token_id": 120000,
3
+ "eos_token_id": 120020,
4
+ "pad_token_id": 120002,
5
+ "do_sample": true,
6
+ "top_k": 20,
7
+ "top_p": 0.8,
8
+ "repetition_penalty": 1.05,
9
+ "temperature": 0.7,
10
+ "transformers_version": "4.52.4"
11
+ }