aidadev48 commited on
Commit
7d91d0e
1 Parent(s): fb20a38

Upload config

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "max_length": 100,
3
+ "repetition_penalty": 1.2,
4
+ "temperature": 0.8,
5
+ "top_p": 0.9,
6
+ "transformers_version": "4.46.1"
7
+ }