mehmetkeremturkcan/FemtoVLM-Small
FemtoVLM: Tiniest Vision Language Models
FemtoVLM is the smallest visual question answering/captioning model in the world. It accepts image and text inputs to produce text outputs. It's designed for efficiency. FemtoVLM can answer questions about images and describe visual content. Its lightweight architecture makes it suitable for on-device applications while maintaining strong performance.
FemtoVLM comes in three sizes: 116M (femto), 143M (tiny), 160M (base), 225M (dino). All models are trained for image captioning and question answering in real-world contexts. FemtoVLM cannot perform optical character recognition (OCR), multi-turn question-answering, or scientific question answering.
1pip install git+https://github.com/facebookresearch/schedule_free.git
2pip install peft
3git clone https://github.com/mkturkcan/seers.git
4cd seers/seers/
5git clone https://huggingface.co/mehmetkeremturkcan/FemtoVLM-Small
seers training code is public! Run