cwaud commited on
Commit
b898938
1 Parent(s): 13afc2e

Training in progress, step 5

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": null,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "up_proj",
24
- "gate_proj",
25
  "down_proj",
 
26
  "o_proj",
27
- "q_proj",
28
- "v_proj",
29
- "k_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-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": null,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "k_proj",
24
+ "v_proj",
25
  "up_proj",
 
26
  "down_proj",
27
+ "gate_proj",
28
  "o_proj",
29
+ "q_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:14307fe730856cbaf0dfbb7be4fa93c6514b3842c68373379813bf5e25ed5e41
3
  size 1073255280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb29d3b53bd465aa7f34d857b9a8d7a67d143a4aa96b687c1e4abc4def144af6
3
  size 1073255280
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "unsloth/Llama-3.2-1B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
tokenizer_config.json CHANGED
@@ -2067,5 +2067,6 @@
2067
  ],
2068
  "model_max_length": 131072,
2069
  "pad_token": " ",
 
2070
  "tokenizer_class": "PreTrainedTokenizerFast"
2071
  }
 
2067
  ],
2068
  "model_max_length": 131072,
2069
  "pad_token": " ",
2070
+ "padding_side": "left",
2071
  "tokenizer_class": "PreTrainedTokenizerFast"
2072
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d3e370b9d6615dabd5613d8b90bf717c2681f461b1cf7375bd2aafe0509e79c
3
  size 6648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78b4872ed3ffc7b568bfd68235d51d9bfe0fb0927dd4dd03d89ae03c49e01b2a
3
  size 6648