File size: 178 Bytes
64b629a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "temperature": 0.6,
  "top_p": 0.95,
  "top_k": 20,
  "repeat_penalty": 1.05,
  "num_ctx": 16384,
  "stop": [
    "<|im_end|>",
    "<|endoftext|>",
    "<|im_start|>"
  ]
}