CoolFace
Modelpublic

maianh511/internvl2_1b_finetune_lora_viet_chart_vqa

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
0likes
Model Card

Results — InternVL-FT vs Vintern-LoRA

InternVL (full fine-tuning) and Vintern-1B-v2 (LoRA) were evaluated on the same Vietnamese chart dataset for direct comparison.

Metric Comparison

[image]

MetricInternVL-FTVintern-LoRAImprovement (Vintern vs InternVL)
BLEU0.2530.468+85.0%
METEOR0.5120.703+37.3%
ROUGE-10.6210.778+25.3%
ROUGE-20.4760.676+42.0%
ROUGE-L0.5670.735+29.6%
BERTScore0.8370.903+7.9%

Vintern-LoRA outperforms InternVL-FT across every metric, even though InternVL was fully fine-tuned while Vintern only used LoRA. The largest gaps appear on BLEU (+85.0%) and ROUGE-2 (+42.0%), indicating Vintern-LoRA generates answers with notably better n-gram and phrase-level overlap with the ground truth. On BERTScore, both models score relatively high, but Vintern-LoRA still holds a consistent edge (0.837 → 0.903).

Conclusion

Despite using a lighter-weight LoRA fine-tuning approach, Vintern-1B-v2 achieves stronger results than a fully fine-tuned InternVL model on the Vietnamese chart QA task, highlighting both the efficiency of LoRA and the suitability of Vintern as the base model for this task.