imdatta0 commited on
Commit
f46bda3
·
verified ·
1 Parent(s): 7f56402

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/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
- "v_proj",
24
- "q_proj",
25
  "k_proj",
 
 
26
  "down_proj",
27
- "o_proj",
28
- "up_proj",
29
- "gate_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
+ "o_proj",
 
24
  "k_proj",
25
+ "gate_proj",
26
+ "v_proj",
27
  "down_proj",
28
+ "q_proj",
29
+ "up_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:9f34ff1cc5825f37906eb38080fd30f61e53e05b91cae182e78dee6b688c04b5
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c33ca3cf17145cb1c175e93147cb14f6041141505545514a6b84351e398f75d4
3
  size 83945296
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fedf98ddb0ce9a20edb1819dd3d6f209610fcf68f9124a7fe1b4fff26ddd6da
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9edc6ba9fbf82f28e9fe3485132b9892d6ab062b6657371f49e5312d390339f2
3
  size 5304