CoolFace
Modelpublic

umairhassan02/paligemma2_finetuned

sourceHugging Facegemmaupdated 1y agoView on Hugging Face
0likes17downloads
Model Card

<!-- 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. -->

<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>

paligemma2_finetuned

This model is a fine-tuned version of google/paligemma-3b-pt-224 on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 2.2628

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
  • —trainbatchsize: 4
  • —evalbatchsize: 8
  • —seed: 42
  • —gradientaccumulationsteps: 4
  • —totaltrainbatch_size: 16
  • —optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 2
  • —num_epochs: 2

Training results

Training LossEpochStepValidation Loss
3.06050.23091002.6893
2.55330.46192002.4747
2.44720.69283002.3981
2.38370.92384002.3506
2.29571.15475002.3141
2.3051.38576002.2883
2.28651.61667002.2713
2.25641.84768002.2628

Framework versions

  • —PEFT 0.17.1
  • —Transformers 4.55.4
  • —Pytorch 2.8.0+cu126
  • —Datasets 2.16.0
  • —Tokenizers 0.21.4