imdatta0 commited on
Commit
6370047
1 Parent(s): 845bc52

Training in progress, step 4

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
  "o_proj",
 
25
  "gate_proj",
26
  "up_proj",
27
- "v_proj",
28
- "k_proj",
29
- "q_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
+ "k_proj",
25
  "gate_proj",
26
  "up_proj",
27
+ "q_proj",
28
+ "down_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:c82ea70ce3d855a5f831f020d3395011cd0975204924f237353b218be031cc35
3
  size 80792096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a705ffeed22ef3acd06bc37337fd725ced7e39f47d02f98aaf3b0df573d7014c
3
  size 80792096
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a5f9cdaa7c9194fd70a2c73142e917a1a792ef4af00e53af5db4cb26717ed2c4
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2da33b2b95e8f38004c51a8fad21715d168cc48204d32079ee356c330ce69eb
3
  size 5304