--- base_model: google/paligemma-3b-mix-448 library_name: peft license: gemma tags: - generated_from_trainer model-index: - name: RESULTS results: [] --- # RESULTS 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: 0.2805 ## 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: 16 - total_train_batch_size: 64 - 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 | |:-------------:|:-----:|:----:|:---------------:| | No log | 1.0 | 1 | 0.4820 | | 0.2528 | 2.0 | 3 | 0.4304 | | 0.2215 | 3.0 | 5 | 0.3726 | | 0.1718 | 4.0 | 7 | 0.3215 | | 0.1407 | 5.0 | 9 | 0.3009 | | 0.1126 | 6.0 | 10 | 0.2805 | ### Framework versions - PEFT 0.13.0 - Transformers 4.45.1 - Pytorch 2.3.0.post101 - Datasets 2.19.1 - Tokenizers 0.20.0