YC-Chen commited on
Commit
268fb94
1 Parent(s): fc48e19

Upload breeze_7b_instruct.preset.json

Browse files
Files changed (1) hide show
  1. breeze_7b_instruct.preset.json +25 -0
breeze_7b_instruct.preset.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "breeze-7b-instruct",
3
+ "load_params": {
4
+ "n_ctx": 8092,
5
+ "n_batch": 64,
6
+ "rope_freq_base": 0,
7
+ "rope_freq_scale": 0
8
+ },
9
+ "inference_params": {
10
+ "n_predict": -1,
11
+ "top_k": 1,
12
+ "min_p": 0,
13
+ "top_p": 0,
14
+ "temp": 0,
15
+ "repeat_penalty": 1.1,
16
+ "input_prefix": " [INST] ",
17
+ "input_suffix": " [/INST] ",
18
+ "antiprompt": [
19
+ "[INST]"
20
+ ],
21
+ "pre_prompt": "You are a helpful AI assistant built by MediaTek Research. The user you are helping speaks Traditional Chinese and comes from Taiwan.",
22
+ "pre_prompt_suffix": " ",
23
+ "pre_prompt_prefix": " "
24
+ }
25
+ }