zx-modelcloud commited on
Commit
df048c0
·
verified ·
1 Parent(s): ec1ef46

Add files using upload-large-folder tool

Browse files
Files changed (2) hide show
  1. adapter_config.json +27 -0
  2. adapter_model.safetensors +3 -0
adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "test_adapter",
3
+ "r": 128,
4
+ "target_modules": [
5
+ "q_proj",
6
+ "up_proj",
7
+ "v_proj",
8
+ "k_proj",
9
+ "o_proj",
10
+ "gate_proj",
11
+ "down_proj"
12
+ ],
13
+ "lora_alpha": 128,
14
+ "lora_dropout": 0.0,
15
+ "fan_in_fan_out": false,
16
+ "bias": "none",
17
+ "use_rslora": false,
18
+ "init_lora_weights": true,
19
+ "rank_pattern": {
20
+ ".*\\.gate_proj.*": 256
21
+ },
22
+ "megatron_core": "megatron.core",
23
+ "use_dora": false,
24
+ "lora_bias": false,
25
+ "task_type": "CAUSAL_LM",
26
+ "peft_type": "LORA"
27
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaac149f6a45d5139357752e773b01bf221bf6a3b813dd8b0b11c4a417136571
3
+ size 222328328