lenarc commited on
Commit
b8c7012
·
verified ·
1 Parent(s): d888c1d

Training in progress, step 12

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.2-1B",
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
- "up_proj",
25
- "o_proj",
26
  "k_proj",
27
- "gate_proj",
28
  "down_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/llama-3.2-1b-bnb-4bit",
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
+ "q_proj",
25
  "v_proj",
 
 
26
  "k_proj",
 
27
  "down_proj",
28
+ "o_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:0322cb3ac433f94a7c8bb7223109bbce2609158cd8102cd8afefdebb84c4bdc6
3
  size 45118424
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a3049b41c1ac900ac011c2a0fd6512dc77661384d4c23a66b23ff9f2c011951
3
  size 45118424
runs/Oct08_17-27-36_2785964ec193/events.out.tfevents.1728408460.2785964ec193.262.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deef04f74cc49a1ffd2d54df936ab10d0847d21a99ea179efa3540c8504d9618
3
+ size 8728
tokenizer_config.json CHANGED
@@ -2058,6 +2058,6 @@
2058
  ],
2059
  "model_max_length": 131072,
2060
  "pad_token": "<|finetune_right_pad_id|>",
2061
- "padding_side": "left",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }
 
2058
  ],
2059
  "model_max_length": 131072,
2060
  "pad_token": "<|finetune_right_pad_id|>",
2061
+ "padding_side": "right",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30114c541ec0691841854ef73d6accd62d00a3847710714261ba478d6ff6b591
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4c0d6992a35bdbcef2415458941354f735040ac60632be1fb546f33efa0280
3
  size 5432