PEFT
Safetensors
ZhaoCinyu commited on
Commit
d3a5aed
·
1 Parent(s): dc3ea89

ep2 grad good

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.13.2
 
199
  [More Information Needed]
200
  ### Framework versions
201
 
202
+ - PEFT 0.14.0
adapter_config.json CHANGED
@@ -3,6 +3,8 @@
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "Qwen/Qwen2.5-3B-Instruct",
5
  "bias": "none",
 
 
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
@@ -11,6 +13,7 @@
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
  "lora_alpha": 32,
 
14
  "lora_dropout": 0.1,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
 
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "Qwen/Qwen2.5-3B-Instruct",
5
  "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
  "fan_in_fan_out": false,
9
  "inference_mode": true,
10
  "init_lora_weights": true,
 
13
  "layers_to_transform": null,
14
  "loftq_config": {},
15
  "lora_alpha": 32,
16
+ "lora_bias": false,
17
  "lora_dropout": 0.1,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c626aa0a7e4cfff53c45c94b3803947e42cd3deb4f87bee4f9f47aef9d2dd7e7
3
  size 7391728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7dda9b09086f1f68c8c1c3f55febcc833ca1a69edb739b3f932ef2e35bb5c7
3
  size 7391728
tokenizer_config.json CHANGED
@@ -199,6 +199,7 @@
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
 
202
  "model_max_length": 131072,
203
  "pad_token": "<|im_end|>",
204
  "split_special_tokens": false,
 
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
202
+ "extra_special_tokens": {},
203
  "model_max_length": 131072,
204
  "pad_token": "<|im_end|>",
205
  "split_special_tokens": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d57f9ca4418f547e779a03e9a94a610b97d726d5ccd7a3d5514492ae7f6f1bc
3
- size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a0f2598f58d1e39591e9113c9d8f388900bfab5235632dea215e525e0fe0ad2
3
+ size 5304