AlterEgo-GGUF / params
jbomdev's picture
initial commit
88da4d7 verified
Raw
History Blame Contribute Delete
143 Bytes
{
"stop": ["<|im_end|>", "<|endoftext|>"],
"temperature": 0.7,
"top_k": 50,
"top_p": 1.0,
"repeat_penalty": 1.1,
"num_ctx": 2048
}