Hjgugugjhuhjggg commited on
Commit
35d3de4
·
verified ·
1 Parent(s): 2e0da7a

Create adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +19 -0
adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "model_name_or_path": "lilmeaty/xdddd",
4
+ "max_tokens": 2048,
5
+ "temperature": 0.7,
6
+ "top_p": 0.95,
7
+ "repetition_penalty": 1.2,
8
+ "load_8bit": false,
9
+ "load_4bit": false,
10
+ "use_safetensors": false,
11
+ "use_gpu": true,
12
+ "gpu_id": 0,
13
+ "trust_remote_code": false,
14
+ "quantization_config": null,
15
+ "prompt_template": "<s>[INST] <<SYS>>\nYou are a helpful, harmless AI assistant.\n<</SYS>>\n{prompt}[/INST]",
16
+ "lora_weights": null,
17
+ "pre_prompt": null,
18
+ "post_prompt": null
19
+ }