kkboy1 commited on
Commit
f57a229
·
1 Parent(s): 034cf9a

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "auto_mapping": null,
3
  "base_model_name_or_path": "kkboy1/Mistral-7B-v0.1-sharded",
4
  "bias": "none",
@@ -7,21 +8,22 @@
7
  "init_lora_weights": true,
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
10
- "lora_alpha": 64,
11
  "lora_dropout": 0.1,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
  "r": 16,
 
15
  "revision": null,
16
  "target_modules": [
17
- "q_proj",
18
- "k_proj",
19
  "v_proj",
20
  "o_proj",
21
  "gate_proj",
22
- "up_proj",
 
23
  "down_proj",
24
- "lm_head"
25
  ],
26
  "task_type": "CAUSAL_LM"
27
  }
 
1
  {
2
+ "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "kkboy1/Mistral-7B-v0.1-sharded",
5
  "bias": "none",
 
8
  "init_lora_weights": true,
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
+ "lora_alpha": 16,
12
  "lora_dropout": 0.1,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
  "r": 16,
16
+ "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
19
+ "up_proj",
 
20
  "v_proj",
21
  "o_proj",
22
  "gate_proj",
23
+ "k_proj",
24
+ "lm_head",
25
  "down_proj",
26
+ "q_proj"
27
  ],
28
  "task_type": "CAUSAL_LM"
29
  }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a07b311e29c98938100eaff42202979571a85cf21e30ba2fa4f00cc99c84cdfb
3
+ size 170244818
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2cc9601565cd49aa464d0ba01062fdf0b1adbe2f5cf4a62b83fac6f1d305c9cc
3
- size 170142632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d706a335e1863ca5e7321bb7872bbcc4a386a4458902ca61b7af788c8575b9b7
3
+ size 340225224
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9b57aae45f5e1e2612cf1fa86adad1048b50e88c0c3ea4a027518901f5615e8c
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:245cb3e0afb79d68934ac358a8aa7931a5a14c39e3670189d11328d5f05c9ed5
3
+ size 4664