StevenMD commited on
Commit
49faf7b
·
verified ·
1 Parent(s): 0c1169d

Training in progress, step 62

Browse files
adapter_config.json CHANGED
@@ -3,6 +3,7 @@
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit",
5
  "bias": "none",
 
6
  "eva_config": null,
7
  "exclude_modules": null,
8
  "fan_in_fan_out": false,
@@ -23,15 +24,16 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
26
  "gate_proj",
27
  "up_proj",
28
- "down_proj",
29
  "k_proj",
30
- "o_proj",
31
  "q_proj",
32
- "v_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
 
35
  "use_dora": false,
36
  "use_rslora": false
37
  }
 
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit",
5
  "bias": "none",
6
+ "corda_config": null,
7
  "eva_config": null,
8
  "exclude_modules": null,
9
  "fan_in_fan_out": false,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
+ "v_proj",
28
+ "o_proj",
29
  "gate_proj",
30
  "up_proj",
 
31
  "k_proj",
 
32
  "q_proj",
33
+ "down_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
  "use_dora": false,
38
  "use_rslora": false
39
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b144f706f248ccc683637c130509186fca60ef100ac43e4460d88ca7f88f345c
3
  size 389074464
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33482c8fdb0deb32ba4432db299ac99eb7611ce49c9b1efbd5be096e9852f248
3
  size 389074464
tokenizer_config.json CHANGED
@@ -2061,7 +2061,7 @@
2061
  ],
2062
  "model_max_length": 131072,
2063
  "pad_token": "<|finetune_right_pad_id|>",
2064
- "padding_side": "left",
2065
  "tokenizer_class": "PreTrainedTokenizer",
2066
  "unk_token": null
2067
  }
 
2061
  ],
2062
  "model_max_length": 131072,
2063
  "pad_token": "<|finetune_right_pad_id|>",
2064
+ "padding_side": "right",
2065
  "tokenizer_class": "PreTrainedTokenizer",
2066
  "unk_token": null
2067
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f8cfd8c0a3c472bbc98614c9e8a56b9969d6ffc4845116170d21cdfef61b98f
3
- size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd4d5186f6dea81741eebe53ee4470a4360c33e3b89622ff20c82c9b5a5ac3a1
3
+ size 6033