teddylee777 commited on
Commit
870eaa4
·
verified ·
1 Parent(s): d55777c

Upload llama_3_it_ko_chang_7b.preset.json

Browse files
Files changed (1) hide show
  1. llama_3_it_ko_chang_7b.preset.json +58 -0
llama_3_it_ko_chang_7b.preset.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "llama-3-it-ko-chang-7b",
3
+ "load_params": {
4
+ "n_ctx": 4096,
5
+ "n_batch": 512,
6
+ "rope_freq_base": 0,
7
+ "rope_freq_scale": 0,
8
+ "n_gpu_layers": -1,
9
+ "use_mlock": true,
10
+ "main_gpu": 0,
11
+ "tensor_split": [
12
+ 0
13
+ ],
14
+ "seed": -1,
15
+ "f16_kv": true,
16
+ "use_mmap": true,
17
+ "no_kv_offload": false,
18
+ "num_experts_used": 0
19
+ },
20
+ "inference_params": {
21
+ "n_threads": 4,
22
+ "n_predict": -1,
23
+ "top_k": 40,
24
+ "min_p": 0.05,
25
+ "top_p": 0.95,
26
+ "temp": 0,
27
+ "repeat_penalty": 1.1,
28
+ "input_prefix": "<|start_header_id|>B<|end_header_id|>\n\n",
29
+ "input_suffix": "<|eot_id|><|start_header_id|>A<|end_header_id|>\n\n",
30
+ "antiprompt": [
31
+ "<|start_header_id|>",
32
+ "<|eot_id|>",
33
+ "<|end_header_id|>",
34
+ "<|begin_of_text|>",
35
+ "<|end_of_text|>",
36
+ "B:",
37
+ "<|start_header_id|>B:<|end_header_id|>\\n\\n",
38
+ "<|start_header_id|>B<|end_header_id|>\\n\\n"
39
+ ],
40
+ "pre_prompt": "You are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability.",
41
+ "pre_prompt_suffix": "<|eot_id|>",
42
+ "pre_prompt_prefix": "<|start_header_id|>system<|end_header_id|>\\n\\n",
43
+ "seed": -1,
44
+ "tfs_z": 1,
45
+ "typical_p": 1,
46
+ "repeat_last_n": 64,
47
+ "frequency_penalty": 0,
48
+ "presence_penalty": 0,
49
+ "n_keep": 0,
50
+ "logit_bias": {},
51
+ "mirostat": 0,
52
+ "mirostat_tau": 5,
53
+ "mirostat_eta": 0.1,
54
+ "memory_f16": true,
55
+ "multiline_input": false,
56
+ "penalize_nl": true
57
+ }
58
+ }