imdatta0 commited on
Commit
51bdb46
·
verified ·
1 Parent(s): e5724a3

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/llama-3-8b-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
  "q_proj",
25
- "k_proj",
26
- "o_proj",
27
  "gate_proj",
 
28
  "up_proj",
29
- "v_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/llama-3-8b",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "q_proj",
24
+ "down_proj",
 
25
  "gate_proj",
26
+ "o_proj",
27
  "up_proj",
28
+ "v_proj",
29
+ "k_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:a0c3fb5866db88b61ef7fa15e23d69bc8bc262f2f1f60fbe5b07f6ce217adcdf
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d2183e775e1b5995d6a332c92ec99ef1da96737ffe5d709722aa967a1171ddb
3
  size 83945296
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff8ed053bd7f47eef321f8873d95a6315f156e1d60580e165136c452df01547d
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbbf50123b87aaad6c1231dd01e70f7ea854df968606b77e1614d99686f6116c
3
  size 5304