AK-12 commited on
Commit
e4a6c7b
·
1 Parent(s): c72cbbf

adding max_length

Browse files
Files changed (1) hide show
  1. generation_config.json +1 -0
generation_config.json CHANGED
@@ -6,5 +6,6 @@
6
  "temperature": 0.9,
7
  "top_p": 0.6,
8
  "transformers_version": "4.31.0",
 
9
  "max_new_tokens": 1000
10
  }
 
6
  "temperature": 0.9,
7
  "top_p": 0.6,
8
  "transformers_version": "4.31.0",
9
+ "max_length": 100,
10
  "max_new_tokens": 1000
11
  }