PEFT
Safetensors
French
eltorio commited on
Commit
769a3f8
·
verified ·
1 Parent(s): 4441ca8

Training in progress, step 180

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "auto_mapping": null,
5
  "base_model_name_or_path": "unsloth/llama-3.2-3b-instruct-bnb-4bit",
6
  "bias": "none",
7
  "fan_in_fan_out": false,
@@ -21,12 +20,12 @@
21
  "rank_pattern": {},
22
  "revision": null,
23
  "target_modules": [
24
- "gate_proj",
25
  "up_proj",
 
26
  "k_proj",
27
- "down_proj",
28
  "q_proj",
29
- "v_proj",
30
  "o_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
 
4
  "base_model_name_or_path": "unsloth/llama-3.2-3b-instruct-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "up_proj",
24
+ "v_proj",
25
  "k_proj",
26
+ "gate_proj",
27
  "q_proj",
28
+ "down_proj",
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf8ef3dc208442ab8fd99e5963ba99ab6dc5eaca993a553c6b22f62fecfca9db
3
  size 97307544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f103ac96d6184f0a54d17d9f51174c4f74579ed248a9ed7a15e909cec0d6de
3
  size 97307544
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56416243b9f175c37f97f8fc5131aa4d353abf792de4e930d243d2d0fa85f03c
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71110a3cd45830b33b18b0ea45b8a9200999bc36c3b883416e972d15daaaf7c6
3
  size 5624