Model save
Browse files- README.md +4 -4
- adapter_config.json +8 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -50,8 +50,8 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- PEFT 0.
|
54 |
-
- Transformers 4.
|
55 |
- Pytorch 2.5.1+cu124
|
56 |
-
- Datasets 3.
|
57 |
-
- Tokenizers 0.
|
|
|
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
|
adapter_config.json
CHANGED
@@ -6,6 +6,8 @@
|
|
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,6 +16,7 @@
|
|
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,13 +26,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"
|
27 |
-
"up_proj",
|
28 |
"q_proj",
|
|
|
|
|
29 |
"v_proj",
|
30 |
-
"
|
31 |
-
"k_proj"
|
32 |
-
"down_proj"
|
33 |
],
|
34 |
"task_type": null,
|
35 |
"use_dora": true,
|
|
|
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 |
"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 |
"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,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 125866776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d09d6982714d63cd8e1277590f3affdb5f96b55ccbd3a278a4b93b00a5fca2d
|
3 |
size 125866776
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d676095c6c987594d96377e5143e9311465f2a788c9f1a522156b61485e9264
|
3 |
size 5304
|