imdatta0 commited on
Commit
c819de4
1 Parent(s): f2679e7

Training in progress, step 13

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "unsloth/qwen2-7b-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
  "o_proj",
25
  "q_proj",
26
- "gate_proj",
27
- "k_proj",
28
  "down_proj",
29
- "up_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen2-7B",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "o_proj",
24
  "q_proj",
 
 
25
  "down_proj",
26
+ "k_proj",
27
+ "up_proj",
28
+ "gate_proj",
29
+ "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0bc87d419007c498b36c66497414e944e21e3eaf79295ed6065ae6cb0b70c0f3
3
  size 80792096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece5c0ba6dfb98801ecc26d5f2af1bcc266e656208c5ef3ad494354d7e1152e5
3
  size 80792096
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:637a872f7276cd48b9967dff8e50e2017cd4a05e8d4146d7aa23d246a88beec0
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f2a5acee8a4f73e1b8b4f8e588338de2c98e27fc078721f298d05c824c046f2
3
  size 5304