Training in progress, step 2
Browse files- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- runs/Jun27_23-19-29_baf07384a415/events.out.tfevents.1719530372.baf07384a415.14890.0 +3 -0
- runs/Jun27_23-19-45_baf07384a415/events.out.tfevents.1719530401.baf07384a415.14890.1 +3 -0
- runs/Jun27_23-19-45_baf07384a415/events.out.tfevents.1719532839.baf07384a415.14890.2 +3 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/paligemma-3b-pt-224",
|
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": {},
|
13 |
+
"lora_alpha": 8,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"gate_proj",
|
25 |
+
"down_proj",
|
26 |
+
"up_proj",
|
27 |
+
"q_proj",
|
28 |
+
"o_proj",
|
29 |
+
"k_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55a59bc112e7caf416f79c74dfe79ee09ac6a6d3dfca612352eacaa316a3f8b0
|
3 |
+
size 45258384
|
runs/Jun27_23-19-29_baf07384a415/events.out.tfevents.1719530372.baf07384a415.14890.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a3575167c7d4a7b9729f6a97d7db11749683e4b5ef144d7414dc9e6793aebdd
|
3 |
+
size 5679
|
runs/Jun27_23-19-45_baf07384a415/events.out.tfevents.1719530401.baf07384a415.14890.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c50da0b99dfadb9f263d3d8aeb0b155b1dfadeb36e59e126d512a6e4d758d85d
|
3 |
+
size 5679
|
runs/Jun27_23-19-45_baf07384a415/events.out.tfevents.1719532839.baf07384a415.14890.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75066a3c27f21737c681ac97bfe287f61ec34881fba559fb23757124f27ba0e9
|
3 |
+
size 6027
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c19e9e0d3d44bce6affa34a0536d442d34b583e4fd8571788237f213385534c3
|
3 |
+
size 5112
|