Update params
Browse files
params
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"stop": "</answer>",
|
3 |
"temperature": 0.6,
|
4 |
"top_p": 0.9,
|
5 |
"repeat_penalty": 1.1,
|
|
|
1 |
{
|
2 |
+
"stop": ["</answer>","<|start_header_id|>","<|end_header_id|>","<|eot_id|>"],
|
3 |
"temperature": 0.6,
|
4 |
"top_p": 0.9,
|
5 |
"repeat_penalty": 1.1,
|