nicholasKluge commited on
Commit
a0fc988
1 Parent(s): 48c15a5

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +8 -0
generation_config.json CHANGED
@@ -3,5 +3,13 @@
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "pad_token_id": 3,
 
 
 
 
 
 
 
 
6
  "transformers_version": "4.35.2"
7
  }
 
3
  "bos_token_id": 1,
4
  "eos_token_id": 2,
5
  "pad_token_id": 3,
6
+ "do_sample": true,
7
+ "max_new_tokens": 512,
8
+ "renormalize_logits": true,
9
+ "repetition_penalty": 1.5,
10
+ "temperature": 0.3,
11
+ "top_k": 30,
12
+ "top_p": 0.3,
13
+ "use_cache": false,
14
  "transformers_version": "4.35.2"
15
  }