Skip to content

Commit

Permalink
Update stop token default-model.json
Browse files Browse the repository at this point in the history
confirmed with Rex
  • Loading branch information
Van-QA authored May 30, 2024
1 parent ea04450 commit bc216a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/model-extension/resources/default-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"top_p": 0.95,
"stream": true,
"max_tokens": 2048,
"stop": ["<endofstring>"],
"stop": ["<|END_OF_TURN_TOKEN|>", "<end_of_turn>", "[/INST]", "<|end_of_text|>", "<|eot_id|>", "<|im_end|>", "<|end|>"],
"frequency_penalty": 0,
"presence_penalty": 0
},
Expand Down

0 comments on commit bc216a4

Please sign in to comment.