palicoqiqi/paligemma_VQAv2_enel645
Browse files- README.md +19 -40
- adapter_config.json +33 -33
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
---
|
2 |
-
library_name: peft
|
3 |
-
license: gemma
|
4 |
-
base_model: google/paligemma-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. -->
|
@@ -15,8 +15,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# paligemma_vqav2
|
16 |
|
17 |
This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggingface.co/google/paligemma-3b-pt-224) on an unknown dataset.
|
18 |
-
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.3071
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,40 +33,21 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- learning_rate:
|
39 |
-
- train_batch_size:
|
40 |
-
- eval_batch_size:
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 4
|
43 |
-
- total_train_batch_size:
|
44 |
- optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: linear
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
-
- num_epochs:
|
48 |
-
|
49 |
-
### Training results
|
50 |
-
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
-
|:-------------:|:------:|:----:|:---------------:|
|
53 |
-
| 17.5324 | 0.2262 | 100 | 0.8638 |
|
54 |
-
| 2.2935 | 0.4525 | 200 | 0.4939 |
|
55 |
-
| 1.6276 | 0.6787 | 300 | 0.4693 |
|
56 |
-
| 1.5973 | 0.9050 | 400 | 0.3865 |
|
57 |
-
| 1.2928 | 1.1312 | 500 | 0.3795 |
|
58 |
-
| 1.0865 | 1.3575 | 600 | 0.3382 |
|
59 |
-
| 1.0657 | 1.5837 | 700 | 0.4016 |
|
60 |
-
| 1.0918 | 1.8100 | 800 | 0.3423 |
|
61 |
-
| 1.0015 | 2.0362 | 900 | 0.3159 |
|
62 |
-
| 0.9093 | 2.2624 | 1000 | 0.3216 |
|
63 |
-
| 0.9995 | 2.4887 | 1100 | 0.3557 |
|
64 |
-
| 0.7912 | 2.7149 | 1200 | 0.3161 |
|
65 |
-
| 0.6624 | 2.9412 | 1300 | 0.3071 |
|
66 |
-
|
67 |
|
68 |
### Framework versions
|
69 |
|
70 |
- PEFT 0.13.2
|
71 |
-
- Transformers 4.46.
|
72 |
-
- Pytorch 2.
|
73 |
-
- Datasets
|
74 |
-
- Tokenizers 0.20.
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: gemma
|
4 |
+
base_model: google/paligemma-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. -->
|
|
|
15 |
# paligemma_vqav2
|
16 |
|
17 |
This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggingface.co/google/paligemma-3b-pt-224) on an unknown dataset.
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 1e-05
|
37 |
+
- train_batch_size: 8
|
38 |
+
- eval_batch_size: 8
|
39 |
- seed: 42
|
40 |
- gradient_accumulation_steps: 4
|
41 |
+
- total_train_batch_size: 32
|
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: 6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
### Framework versions
|
48 |
|
49 |
- PEFT 0.13.2
|
50 |
+
- Transformers 4.46.2
|
51 |
+
- Pytorch 2.1.2.post304
|
52 |
+
- Datasets 3.1.0
|
53 |
+
- Tokenizers 0.20.3
|
adapter_config.json
CHANGED
@@ -1,34 +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 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
],
|
31 |
-
"task_type": "CAUSAL_LM",
|
32 |
-
"use_dora": false,
|
33 |
-
"use_rslora": false
|
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 |
+
"o_proj",
|
24 |
+
"down_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"q_proj",
|
27 |
+
"v_proj",
|
28 |
+
"k_proj",
|
29 |
+
"up_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:09013496531ce3b9953bd80d756d8876370a4b4e77081bc130d93174bf7a2786
|
3 |
size 45258384
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cd5e916ff8acf471dc1bc737112d05a6ca7ec0cfc74d806a4377cf65ea339f0
|
3 |
size 5240
|