Kukedlc commited on
Commit
b92cfe3
1 Parent(s): ffb2219

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. adapter_config.json +25 -0
  2. adapter_model.bin +3 -0
adapter_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "/kaggle/input/llama-2/pytorch/7b-chat-hf/1",
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": 32,
10
+ "lora_dropout": 0.05,
11
+ "modules_to_save": null,
12
+ "peft_type": "LORA",
13
+ "r": 2,
14
+ "revision": null,
15
+ "target_modules": [
16
+ "model.layers.31.self_attn.q_proj",
17
+ "model.layers.31.self_attn.k_proj",
18
+ "model.layers.31.self_attn.v_proj",
19
+ "model.layers.31.self_attn.o_proj",
20
+ "model.layers.31.mlp.gate_proj",
21
+ "model.layers.31.mlp.down_proj",
22
+ "model.layers.31.mlp.up_proj"
23
+ ],
24
+ "task_type": "CAUSAL_LM"
25
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:742b6a1504e88c88e2453aaeef571bf011bf9589df906ceaebf2c91d04962f80
3
+ size 629787