End of training
Browse files- README.md +57 -0
- adapter_config.json +37 -0
- adapter_model.safetensors +3 -0
- runs/Jan03_15-46-52_ip-172-31-15-216/events.out.tfevents.1735919259.ip-172-31-15-216.13131.0 +3 -0
- runs/Jan03_15-51-24_ip-172-31-15-216/events.out.tfevents.1735919508.ip-172-31-15-216.13131.1 +3 -0
- runs/Jan03_15-56-39_ip-172-31-15-216/events.out.tfevents.1735919808.ip-172-31-15-216.13131.2 +3 -0
- runs/Jan03_15-58-13_ip-172-31-15-216/events.out.tfevents.1735919899.ip-172-31-15-216.13131.3 +3 -0
- runs/Jan03_15-59-56_ip-172-31-15-216/events.out.tfevents.1735920003.ip-172-31-15-216.13131.4 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: gemma
|
4 |
+
base_model: google/paligemma2-3b-pt-224
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: paligemma_vqav2
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# paligemma_vqav2
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [google/paligemma2-3b-pt-224](https://huggingface.co/google/paligemma2-3b-pt-224) on the None dataset.
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 2e-05
|
37 |
+
- train_batch_size: 1
|
38 |
+
- eval_batch_size: 8
|
39 |
+
- seed: 42
|
40 |
+
- gradient_accumulation_steps: 4
|
41 |
+
- total_train_batch_size: 4
|
42 |
+
- optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- lr_scheduler_warmup_steps: 2
|
45 |
+
- num_epochs: 5
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
### Framework versions
|
52 |
+
|
53 |
+
- PEFT 0.14.0
|
54 |
+
- Transformers 4.48.0.dev0
|
55 |
+
- Pytorch 2.5.1+cu124
|
56 |
+
- Datasets 3.2.0
|
57 |
+
- Tokenizers 0.21.0
|
adapter_config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "google/paligemma2-3b-pt-224",
|
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,
|
11 |
+
"layer_replication": null,
|
12 |
+
"layers_pattern": null,
|
13 |
+
"layers_to_transform": null,
|
14 |
+
"loftq_config": {},
|
15 |
+
"lora_alpha": 8,
|
16 |
+
"lora_bias": false,
|
17 |
+
"lora_dropout": 0.0,
|
18 |
+
"megatron_config": null,
|
19 |
+
"megatron_core": "megatron.core",
|
20 |
+
"modules_to_save": null,
|
21 |
+
"peft_type": "LORA",
|
22 |
+
"r": 8,
|
23 |
+
"rank_pattern": {},
|
24 |
+
"revision": null,
|
25 |
+
"target_modules": [
|
26 |
+
"o_proj",
|
27 |
+
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"up_proj",
|
30 |
+
"k_proj",
|
31 |
+
"down_proj",
|
32 |
+
"q_proj"
|
33 |
+
],
|
34 |
+
"task_type": "CAUSAL_LM",
|
35 |
+
"use_dora": false,
|
36 |
+
"use_rslora": false
|
37 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0249f7177eedf010f42932d9ec634f1c039e5ae5c0e67f17c07c07c1c6c388b4
|
3 |
+
size 47584968
|
runs/Jan03_15-46-52_ip-172-31-15-216/events.out.tfevents.1735919259.ip-172-31-15-216.13131.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f0ff60aebe47cf755ee8a8df85042622e2070821537388a3959a0ac79fb1246
|
3 |
+
size 5767
|
runs/Jan03_15-51-24_ip-172-31-15-216/events.out.tfevents.1735919508.ip-172-31-15-216.13131.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e8054cf84e3df0815c17187c7f047be72b0ff27e44a8219ba17b6f0822875a2
|
3 |
+
size 5767
|
runs/Jan03_15-56-39_ip-172-31-15-216/events.out.tfevents.1735919808.ip-172-31-15-216.13131.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81ed51d541bc6d79b587223bdedc9998a833bfc4fccc3d15d497b4a2879be342
|
3 |
+
size 5767
|
runs/Jan03_15-58-13_ip-172-31-15-216/events.out.tfevents.1735919899.ip-172-31-15-216.13131.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d52f3c3ddb443de13157cfd21e67cfcad62fdb8114ebdf7b63254a53623a65e0
|
3 |
+
size 6115
|
runs/Jan03_15-59-56_ip-172-31-15-216/events.out.tfevents.1735920003.ip-172-31-15-216.13131.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4e8066c61354a5fe598b452cd927d32021f6bcd7d958074514847aec6dcac73
|
3 |
+
size 6115
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78a729f7deee1a05b4429c93394d00b849e95d73248ac49a30c8a57688e59c85
|
3 |
+
size 5304
|