nicholasKluge commited on
Commit
9e66fe1
1 Parent(s): 499ada6

Upload generation_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. generation_config.json +13 -0
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "do_sample": true,
4
+ "eos_token_id": 2,
5
+ "max_new_tokens": 1024,
6
+ "pad_token_id": 3,
7
+ "renormalize_logits": true,
8
+ "repetition_penalty": 1.2,
9
+ "temperature": 0.1,
10
+ "top_k": 10,
11
+ "top_p": 0.1,
12
+ "transformers_version": "4.44.2"
13
+ }