SeaWolf-AI commited on
Commit
ef8b5d4
·
verified ·
1 Parent(s): 80633b3

fix: add stop_strings to handle cross-arch chat template artifacts (rikunarita-2 issue)

Browse files
Files changed (1) hide show
  1. generation_config.json +7 -2
generation_config.json CHANGED
@@ -10,5 +10,10 @@
10
  "temperature": 1.0,
11
  "top_k": 64,
12
  "top_p": 0.95,
13
- "transformers_version": "5.6.0.dev0"
14
- }
 
 
 
 
 
 
10
  "temperature": 1.0,
11
  "top_k": 64,
12
  "top_p": 0.95,
13
+ "transformers_version": "5.6.0.dev0",
14
+ "stop_strings": [
15
+ "<|im_end|>",
16
+ "<|im_start|>",
17
+ "<turn|>"
18
+ ]
19
+ }