CoolFace
Modelpublic

daviBera/qwen2_2b_lora_expert_chart-102400

sourceHugging Faceotherupdated 7mo agoView on Hugging Face
0likes17downloads
Model Card

<h2 align="center"> Linear Model Merging Unlocks Simple and Scalable Multimodal Data Mixture Optimization

<br>

![arXiv](https://www.arxiv.org/pdf/2602.04937) ![๐Ÿค— Model (HuggingFace)](https://huggingface.co/collections/daviBera/mllms-merging-4-dmo) ![๐Ÿค— Dataset (HuggingFace)](https://huggingface.co/datasets/daviBera/expertsdatasets-102400) [![github](https://img.shields.io/badge/github-repo-blue?logo=github)](https://github.com/BerasiDavide/mLLMsmerging4DMO) </h2>

This is an official checkpoint from the paper: "Linear Model Merging Unlocks Simple and Scalable Multimodal Data Mixture Optimization " (link). See the official implementation for more information on how to use the models.

qwen22bloraexpertchart-102400

This model is a fine-tuned version of Qwen/Qwen2-VL-2B on a custom dataset with Chart data (~100k samples).

It achieves the following results on the evaluation set:

  • โ€”Loss: 0.9304

Training hyperparameters

The following hyperparameters were used during training:

  • โ€”learning_rate: 2e-05
  • โ€”trainbatchsize: 8
  • โ€”evalbatchsize: 8
  • โ€”seed: 42
  • โ€”distributed_type: multi-GPU
  • โ€”num_devices: 4
  • โ€”gradientaccumulationsteps: 4
  • โ€”totaltrainbatch_size: 128
  • โ€”totalevalbatch_size: 32
  • โ€”optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • โ€”lrschedulertype: cosine
  • โ€”lrschedulerwarmup_ratio: 0.1
  • โ€”training_steps: 800

Training results

Training LossEpochStepValidation Loss
1.03590.1251000.9610
0.99830.252000.9451
1.00970.3753000.9390
1.00070.54000.9355
1.03010.6255000.9341
0.94920.756000.9316
0.94250.8757000.9305
0.9891.08000.9304

Framework versions

  • โ€”PEFT 0.15.2
  • โ€”Transformers 4.52.4
  • โ€”Pytorch 2.7.1+cu126
  • โ€”Datasets 3.6.0
  • โ€”Tokenizers 0.21.1