jealk commited on
Commit
89261a2
·
verified ·
1 Parent(s): 67f9ff0

Training in progress, step 50

Browse files
adapter_config.json CHANGED
@@ -6,6 +6,9 @@
6
  },
7
  "base_model_name_or_path": "princeton-nlp/Sheared-LLaMA-1.3B",
8
  "bias": "none",
 
 
 
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": true,
@@ -14,6 +17,7 @@
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
  "lora_alpha": 32,
 
17
  "lora_dropout": 0.05,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
@@ -23,15 +27,16 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
26
  "gate_proj",
27
- "o_proj",
28
  "down_proj",
29
- "k_proj",
30
- "v_proj",
31
  "q_proj",
32
- "up_proj"
 
33
  ],
34
  "task_type": null,
 
35
  "use_dora": false,
36
  "use_rslora": false
37
  }
 
6
  },
7
  "base_model_name_or_path": "princeton-nlp/Sheared-LLaMA-1.3B",
8
  "bias": "none",
9
+ "corda_config": null,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
  "fan_in_fan_out": false,
13
  "inference_mode": true,
14
  "init_lora_weights": true,
 
17
  "layers_to_transform": null,
18
  "loftq_config": {},
19
  "lora_alpha": 32,
20
+ "lora_bias": false,
21
  "lora_dropout": 0.05,
22
  "megatron_config": null,
23
  "megatron_core": "megatron.core",
 
27
  "rank_pattern": {},
28
  "revision": null,
29
  "target_modules": [
30
+ "k_proj",
31
  "gate_proj",
 
32
  "down_proj",
33
+ "o_proj",
 
34
  "q_proj",
35
+ "up_proj",
36
+ "v_proj"
37
  ],
38
  "task_type": null,
39
+ "trainable_token_indices": null,
40
  "use_dora": false,
41
  "use_rslora": false
42
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed69b1cd434a6c996e67cc5361811c9dacadead171572878f130728cf4ace0bb
3
  size 60008032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:456d9554a7c598cb08f15be06838bba539a6ec736c0cd9b44c2cef0c2f33d0f3
3
  size 60008032
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:14972892659a7e425ff0f1cdcfcc283577db9a86e97cb5b34f06e13bc3b6af5e
3
- size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b145f1484b7ed4f71e8e7576aa1baab4194b7d4f53883102a42a0ddd8f36a1d3
3
+ size 5777