agilan1102 commited on
Commit
b2ccaab
·
verified ·
1 Parent(s): 5acc618

Upload 6 files

Browse files
README.md CHANGED
@@ -199,4 +199,4 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
- - PEFT 0.14.0
 
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
+ - PEFT 0.15.1
adapter_config.json CHANGED
@@ -3,6 +3,7 @@
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "meta-llama/Llama-3.2-3B-Instruct",
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
  "down_proj",
27
  "gate_proj",
28
- "up_proj",
29
- "k_proj",
30
- "q_proj",
31
- "v_proj",
32
- "o_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": "meta-llama/Llama-3.2-3B-Instruct",
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
+ "k_proj",
29
+ "up_proj",
30
+ "o_proj",
31
  "down_proj",
32
  "gate_proj",
33
+ "q_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:6c41d3d7a9173f37dea7b859276475acd90eccc13b78848d697e89ab04f1c432
3
  size 97307544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a458f211cd07e73179c7acea160aea154876d380dacc9654889d38e1c2461b8a
3
  size 97307544
tokenizer_config.json CHANGED
@@ -2060,5 +2060,5 @@
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|eot_id|>",
2063
- "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }
 
2060
  ],
2061
  "model_max_length": 131072,
2062
  "pad_token": "<|eot_id|>",
2063
+ "tokenizer_class": "PreTrainedTokenizer"
2064
  }