Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 608 Bytes

File metadata and controls

38 lines (27 loc) · 608 Bytes

Quick Start Guide

🚀 Demo (Fastest)

cd demo
pip install -r requirements.txt
python app.py

🔬 Training

cd src
python train_vlm_sft.py --config ../configs/your_config.yaml

📊 Evaluation

cd evaluations
python eval_chartqa.py --base_model Qwen/Qwen2.5-VL-7B-Instruct --adapter your_adapter_path

📈 Analysis

python find_improved_examples.py --adapter your_adapter_path
python create_curated_demo.py --indices 191 267 317 360 391 393 471 495

📦 Installation

pip install -e .

For more details, see the main README.md