haniu commited on
Commit
f9bbbdd
·
verified ·
1 Parent(s): d9ae49a

Model save

Browse files
README.md CHANGED
@@ -50,8 +50,8 @@ The following hyperparameters were used during training:
50
 
51
  ### Framework versions
52
 
53
- - PEFT 0.14.0
54
- - Transformers 4.48.0
55
  - Pytorch 2.5.1+cu124
56
- - Datasets 3.2.0
57
- - Tokenizers 0.21.0
 
50
 
51
  ### Framework versions
52
 
53
+ - PEFT 0.13.2
54
+ - Transformers 4.46.3
55
  - Pytorch 2.5.1+cu124
56
+ - Datasets 3.1.0
57
+ - Tokenizers 0.20.3
adapter_config.json CHANGED
@@ -6,8 +6,6 @@
6
  },
7
  "base_model_name_or_path": "meta-llama/Llama-3.2-11B-Vision-Instruct",
8
  "bias": "none",
9
- "eva_config": null,
10
- "exclude_modules": null,
11
  "fan_in_fan_out": false,
12
  "inference_mode": true,
13
  "init_lora_weights": "gaussian",
@@ -16,7 +14,6 @@
16
  "layers_to_transform": null,
17
  "loftq_config": {},
18
  "lora_alpha": 8,
19
- "lora_bias": false,
20
  "lora_dropout": 0.1,
21
  "megatron_config": null,
22
  "megatron_core": "megatron.core",
@@ -26,13 +23,13 @@
26
  "rank_pattern": {},
27
  "revision": null,
28
  "target_modules": [
29
- "o_proj",
30
- "q_proj",
31
- "down_proj",
32
  "gate_proj",
 
33
  "v_proj",
34
- "up_proj",
35
- "k_proj"
 
 
36
  ],
37
  "task_type": null,
38
  "use_dora": true,
 
6
  },
7
  "base_model_name_or_path": "meta-llama/Llama-3.2-11B-Vision-Instruct",
8
  "bias": "none",
 
 
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
11
  "init_lora_weights": "gaussian",
 
14
  "layers_to_transform": null,
15
  "loftq_config": {},
16
  "lora_alpha": 8,
 
17
  "lora_dropout": 0.1,
18
  "megatron_config": null,
19
  "megatron_core": "megatron.core",
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
 
 
 
26
  "gate_proj",
27
+ "down_proj",
28
  "v_proj",
29
+ "o_proj",
30
+ "k_proj",
31
+ "q_proj",
32
+ "up_proj"
33
  ],
34
  "task_type": null,
35
  "use_dora": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20182adae445882065bb16e1f317588bbbded2c4a075be033b672f9a42a93f06
3
  size 125866776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:456b96c09ecb0399c2a082195f76b5d6571b96979abad28f29e0a85738a54213
3
  size 125866776
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a91e96f96c59a56a3aee5f540216d7ee342cb5f2631168fe9ea72b501cb1903e
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:544822af527651abd2d3d28d1a662a73e1a67159daa8cd8c0f185664b07ecf86
3
+ size 5240