File size: 205 Bytes
88118bf
c61cd89
88118bf
 
 
84d15b0
c61cd89
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
      "temperature": 0.5,
      "top_p": 0.95,
      "repetition_penalty": 1.2,
      "top_k": 50,
      "truncate": 2048,
      "max_new_tokens": 1024,
      "stop": [
            "<|im_end|>"
      ]
}