Training in progress, epoch 0
Browse files- adapter_config.json +8 -5
- adapter_model.safetensors +1 -1
adapter_config.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "google/paligemma-3b-
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
@@ -19,13 +20,15 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
|
|
22 |
"o_proj",
|
23 |
"up_proj",
|
24 |
-
"down_proj",
|
25 |
-
"v_proj",
|
26 |
"gate_proj",
|
27 |
-
"q_proj",
|
28 |
"k_proj"
|
29 |
],
|
30 |
-
"task_type": "CAUSAL_LM"
|
|
|
|
|
31 |
}
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/paligemma-3b-mix-448",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"down_proj",
|
25 |
+
"q_proj",
|
26 |
"o_proj",
|
27 |
"up_proj",
|
|
|
|
|
28 |
"gate_proj",
|
|
|
29 |
"k_proj"
|
30 |
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 45258384
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:712a73fe4bc280ee4713f354906d5c74b53cfca25b3146bd7e55edb3a89e8ff3
|
3 |
size 45258384
|