#93 · Primary category: MLOps & Evaluation
maestro
streamline the fine-tuning process for multimodal models: PaliGemma 2, Florence-2, and Qwen2.5-VL
Project last updated:08/24/26
GitHub Stars
2.7K
Forks
223
Contributors
15
License
Apache-2.0
Why we included this project
Fine-tuning a large vision-language model usually means fighting training loops, dataset formats, and dependency conflicts before you get any real results. Maestro packages that routine for Florence-2, PaliGemma 2, and Qwen2.5-VL into one CLI and Python API: you point it at a dataset, set epochs, batch size, and optimization strategy, and it handles the rest. LoRA and QLoRA support keep hardware demands modest, which matters for small teams on limited GPUs or free Colab notebooks, and the repo ships runnable recipes for each model. A config-driven setup with a consistent JSONL format keeps runs reproducible, and the same tooling covers object detection, captioning, and JSON extraction work. If you want to adapt these models without assembling the training plumbing yourself, this is a practical way in.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models