palicoqiqi/paligemma_VQAv2_enel645
Browse files- README.md +20 -1
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -15,6 +15,8 @@ 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 |
|
@@ -42,7 +44,24 @@ The following hyperparameters were used during training:
|
|
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:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
### Framework versions
|
48 |
|
|
|
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.2576
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
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: 11
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-------:|:----:|:---------------:|
|
53 |
+
| No log | 0.9976 | 318 | 0.4476 |
|
54 |
+
| 1.7322 | 1.9984 | 637 | 0.3353 |
|
55 |
+
| 1.7322 | 2.9992 | 956 | 0.3288 |
|
56 |
+
| 0.2942 | 4.0 | 1275 | 0.2902 |
|
57 |
+
| 0.219 | 4.9976 | 1593 | 0.2842 |
|
58 |
+
| 0.219 | 5.9984 | 1912 | 0.2551 |
|
59 |
+
| 0.189 | 6.9992 | 2231 | 0.2656 |
|
60 |
+
| 0.1596 | 8.0 | 2550 | 0.2686 |
|
61 |
+
| 0.1596 | 8.9976 | 2868 | 0.2524 |
|
62 |
+
| 0.138 | 9.9984 | 3187 | 0.2601 |
|
63 |
+
| 0.138 | 10.9741 | 3498 | 0.2576 |
|
64 |
+
|
65 |
|
66 |
### Framework versions
|
67 |
|
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:beeed0f06a9c85f0d120039701ca07f1e3abd0f9270e2d271172dfa51611cf80
|
3 |
size 45258384
|