File size: 180 Bytes
b55700b | 1 2 3 4 5 6 7 8 9 10 11 | {
"repeat_penalty": 1.05,
"stop": [
"<|im_start|>",
"<|im_end|>",
"<|endoftext|>"
],
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8
} |
b55700b | 1 2 3 4 5 6 7 8 9 10 11 | {
"repeat_penalty": 1.05,
"stop": [
"<|im_start|>",
"<|im_end|>",
"<|endoftext|>"
],
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8
} |