File size: 158 Bytes
4a42dfa
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "temperature": 0.3,
  "top_k": 10,
  "repeat_penalty": 1.25,
  "num_ctx": 512,
  "num_predict": 512,
  "stop": [
    "<|endoftext|>",
    "PROMPT:"
  ]
}