dealignai commited on
Commit
dff5810
·
verified ·
1 Parent(s): ee86c70

fix: add generation_config.json with eos_token_id to prevent thinking loops

Browse files
Files changed (1) hide show
  1. generation_config.json +6 -0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token_id": [
3
+ 200020
4
+ ],
5
+ "max_new_tokens": 32768
6
+ }