Lucien-shark commited on
Commit
1f7c785
·
verified ·
1 Parent(s): 19f54d1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -3
config.json CHANGED
@@ -10,11 +10,14 @@
10
  "bot_tag": "### Response:",
11
  "eos_token": "<|end|>",
12
  "system_prompt": "You are a helpful and intelligent AI assistant named Linny.",
13
- "reasoning_mode": "response_prefix",
14
  "reasoning_start": false,
15
  "default_temp": 0.8,
16
- "default_penalty": 1.05,
 
17
  "default_top_p": 0.4,
18
  "default_top_k": 65,
19
- "default_max_len": 2600
 
 
20
  }
 
10
  "bot_tag": "### Response:",
11
  "eos_token": "<|end|>",
12
  "system_prompt": "You are a helpful and intelligent AI assistant named Linny.",
13
+ "reasoning_mode": "response_prefix",
14
  "reasoning_start": false,
15
  "default_temp": 0.8,
16
+ "default_penalty": 1.10,
17
+ "default_penalty_window": 110,
18
  "default_top_p": 0.4,
19
  "default_top_k": 65,
20
+ "default_max_len": 2600,
21
+ "min_response_tokens": 3,
22
+ "max_reasoning_tokens": 2500
23
  }