File size: 360 Bytes
2c07d60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "_from_model_config": true,
  "bos_token_id": 50256,
  "eos_token_id": 50256,
  "do_sample": true,
  "temperature": 0.4,
  "top_p": 0.9,
  "top_k": 50,
  "repetition_penalty": 1.15,
  "max_new_tokens": 4096,
  "stop_strings": [
    "</html>",
    "### Instruction:",
    "You are Deepcoder",
    "You are WebICoder"
  ],
  "transformers_version": "5.0.0"
}