aisuko commited on
Commit
058cbb5
1 Parent(s): 4ce0b74

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +11 -0
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_sample": true,
3
+ "eos_token_id": 50297,
4
+ "max_new_tokens": 100,
5
+ "pad_token_id": 50296,
6
+ "repetition_penalty": 1.18,
7
+ "temperature": 0.7,
8
+ "top_k": 40,
9
+ "top_p": 0.1,
10
+ "transformers_version": "4.36.2"
11
+ }