File size: 2,047 Bytes
b9c5a0b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
base_model: google/paligemma-3b-mix-448
library_name: peft
license: gemma
tags:
- generated_from_trainer
model-index:
- name: resultsrocogoogle_paligemma-3b-mix-448__fullrun__0111-165804
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# resultsrocogoogle_paligemma-3b-mix-448__fullrun__0111-165804
This model is a fine-tuned version of [google/paligemma-3b-mix-448](https://huggingface.co/google/paligemma-3b-mix-448) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 2.0471
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 4
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 8
- total_train_batch_size: 32
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: constant
- lr_scheduler_warmup_steps: 2
- num_epochs: 10
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:------:|:-----:|:---------------:|
| 2.1353 | 0.9998 | 2044 | 2.1582 |
| 2.0695 | 1.9996 | 4088 | 2.0904 |
| 2.0833 | 2.9999 | 6133 | 2.0631 |
| 1.9914 | 3.9998 | 8177 | 2.0488 |
| 1.9621 | 4.9996 | 10221 | 2.0409 |
| 1.8801 | 5.9999 | 12266 | 2.0344 |
| 1.9081 | 6.9997 | 14310 | 2.0336 |
| 1.8805 | 8.0 | 16355 | 2.0353 |
| 1.909 | 8.9998 | 18399 | 2.0369 |
| 1.8255 | 9.9982 | 20440 | 2.0471 |
### Framework versions
- PEFT 0.13.0
- Transformers 4.45.1
- Pytorch 2.3.0.post101
- Datasets 2.19.1
- Tokenizers 0.20.0 |