FiditeNemini commited on
Commit
d9520ea
1 Parent(s): e13e20b

Upload model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +52 -0
model_config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Llama 3.1 Unhinged Vision 8B",
3
+ "load_params": {
4
+ "n_ctx": 128000,
5
+ "n_batch": 512,
6
+ "rope_freq_base": 500000,
7
+ "rope_freq_scale": 0,
8
+ "n_gpu_layers": 0,
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.8,
27
+ "repeat_penalty": 1.1,
28
+ "input_prefix": "<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n",
29
+ "input_suffix": "<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n",
30
+ "antiprompt": [
31
+ "<|start_header_id|>",
32
+ "<|eot_id|>"
33
+ ],
34
+ "pre_prompt": "You're an expert photo reviewer, with vision enabled. I want you to provide full descriptions of any images submitted by the user. Be methodical, describing the main subject, appearance, clothing state, etc, followed by their surroundings, and finally, any text in the image. Do not make assumptions and if you're not certain of something, do not hallucinate or fabricate details.",
35
+ "pre_prompt_suffix": "",
36
+ "pre_prompt_prefix": "<|start_header_id|>system<|end_header_id|>\n\n",
37
+ "seed": -1,
38
+ "tfs_z": 1,
39
+ "typical_p": 1,
40
+ "repeat_last_n": 64,
41
+ "frequency_penalty": 0,
42
+ "presence_penalty": 0,
43
+ "n_keep": 0,
44
+ "logit_bias": {},
45
+ "mirostat": 0,
46
+ "mirostat_tau": 5,
47
+ "mirostat_eta": 0.1,
48
+ "memory_f16": true,
49
+ "multiline_input": false,
50
+ "penalize_nl": true
51
+ }
52
+ }