SuperSecureHuman commited on
Commit
ec71a9a
·
verified ·
1 Parent(s): aa9d89a

Training in progress, step 20

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:3818ada954033c794a51aec8ea3154c6981f79ba674468700d8694437abb2c65
3
- size 188794608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b57fc94e8860fb99e0f91a26619aa770b107f5ea8035bbe399926e71b8999723
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