imdatta0 commited on
Commit
72f206e
1 Parent(s): 76d61f5

Training in progress, step 8

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
- "down_proj",
24
  "gate_proj",
25
- "v_proj",
26
- "k_proj",
27
  "up_proj",
 
28
  "q_proj",
29
- "o_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
  "gate_proj",
24
+ "o_proj",
 
25
  "up_proj",
26
+ "v_proj",
27
  "q_proj",
28
+ "k_proj",
29
+ "down_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:9ec771ef03d57b3392cfecbffb041d58db0bd79bb81614b47fe83709f940c20a
3
  size 80792096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1b59c2ec60e103198cb5839c8441f3ff6bce3fbdcc4488e845bdab3f5109093
3
  size 80792096
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62d4a0c226e7ba91813ed5bb93e3ecb36f35c5d4afe76ec7d3a9d1e806681c10
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7b91ca016d3923f124c603dd21c8933e70b37aecdbf9fd3806dae93f2c541a
3
  size 5304