SuperSecureHuman commited on
Commit
59933cb
·
verified ·
1 Parent(s): 4ccbda2

Training in progress, step 60

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "microsoft/phi-2",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -19,12 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "fc2",
23
- "q_proj",
24
- "fc1",
25
  "k_proj",
 
26
  "v_proj",
27
- "dense"
 
 
 
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_rslora": false
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "codellama/CodeLlama-7b-Instruct-hf",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
 
22
  "k_proj",
23
+ "o_proj",
24
  "v_proj",
25
+ "up_proj",
26
+ "down_proj",
27
+ "gate_proj",
28
+ "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0032f98cdba49f3068bd977985b02ba1f49a523eb42ebcaf781039d34b5802f2
3
- size 188794608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec2969f425d023867c8d4f4eb58eb38c9998c42cd0e25f6df5072903af40494
3
+ size 159968328
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9e0764cf3a1d4943f868b727aa80e33f5b0f27125706e919962d07d2528ed64
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad331c47df6395528f66c1e474ca0c751c9374f43e9ca9a5d27f9e34c64b0158
3
+ size 5816