wizardoftrap commited on
Commit
06c7b3b
·
verified ·
1 Parent(s): 49f6ad2

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
+ "max_length": 200,
3
+ "do_sample": true,
4
+ "top_k": 50,
5
+ "top_p": 0.95,
6
+ "temperature": 1.0,
7
+ "num_return_sequences": 1,
8
+ "bos_token_id": 50256,
9
+ "eos_token_id": 50256,
10
+ "pad_token_id": 50256
11
+ }