Files
AlterEgo-GGUF/params

9 lines
143 B
Plaintext
Raw Permalink Normal View History

{
"stop": ["<|im_end|>", "<|endoftext|>"],
"temperature": 0.7,
"top_k": 50,
"top_p": 1.0,
"repeat_penalty": 1.1,
"num_ctx": 2048
}