flozi00 commited on
Commit
8fba5ad
1 Parent(s): 49175ad

Upload 2 files

Browse files
Files changed (2) hide show
  1. adapter_config.json +26 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "TheBloke/Llama-2-13B-Chat-fp16",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "layers_pattern": null,
8
+ "layers_to_transform": null,
9
+ "lora_alpha": 64,
10
+ "lora_dropout": 0.0,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 32,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "gate_proj",
17
+ "down_proj",
18
+ "up_proj",
19
+ "v_proj",
20
+ "q_proj",
21
+ "k_proj",
22
+ "o_proj",
23
+ "embed_tokens"
24
+ ],
25
+ "task_type": "CAUSAL_LM"
26
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d61ed269779575c1389b87e748832dd6fdb94a5045db9d1fb59950b6d7bb07f3
3
+ size 505649173