rayenmalouche commited on
Commit
9d4a5b6
·
verified ·
1 Parent(s): 57ba142

Initial commit of my fine-tuned model

Browse files
README.md CHANGED
@@ -207,4 +207,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
207
  [More Information Needed]
208
  ### Framework versions
209
 
210
- - PEFT 0.16.0
 
207
  [More Information Needed]
208
  ### Framework versions
209
 
210
+ - PEFT 0.17.1
adapter_config.json CHANGED
@@ -1,6 +1,10 @@
1
  {
2
  "alpha_pattern": {},
3
- "auto_mapping": null,
 
 
 
 
4
  "base_model_name_or_path": "unsloth/Llama-3.2-3B-Instruct",
5
  "bias": "none",
6
  "corda_config": null,
@@ -26,13 +30,14 @@
26
  "revision": null,
27
  "target_modules": [
28
  "k_proj",
29
- "o_proj",
30
- "gate_proj",
31
- "down_proj",
32
- "q_proj",
33
  "v_proj",
34
- "up_proj"
 
 
 
 
35
  ],
 
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
38
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlamaForCausalLM",
5
+ "parent_library": "transformers.models.llama.modeling_llama",
6
+ "unsloth_fixed": true
7
+ },
8
  "base_model_name_or_path": "unsloth/Llama-3.2-3B-Instruct",
9
  "bias": "none",
10
  "corda_config": null,
 
30
  "revision": null,
31
  "target_modules": [
32
  "k_proj",
 
 
 
 
33
  "v_proj",
34
+ "q_proj",
35
+ "gate_proj",
36
+ "up_proj",
37
+ "o_proj",
38
+ "down_proj"
39
  ],
40
+ "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
42
  "trainable_token_indices": null,
43
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cea07bc9f4b6aa36739e9b43d9839ac81daf221642f1b41003990893654f425
3
  size 97307544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae02d0062f087257d19bf6169788018ad11014e7feaff2243139809b6db4dd3
3
  size 97307544
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:52716f60c3ad328509fa37cdded9a2f1196ecae463f5480f5d38c66a25e7a7dc
3
- size 17210019
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
tokenizer_config.json CHANGED
@@ -2060,7 +2060,7 @@
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
- "padding_side": "right",
2064
  "tokenizer_class": "PreTrainedTokenizerFast",
2065
  "unk_token": null
2066
  }
 
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|finetune_right_pad_id|>",
2063
+ "padding_side": "left",
2064
  "tokenizer_class": "PreTrainedTokenizerFast",
2065
  "unk_token": null
2066
  }