FLAME: Frozen Large Language Models Enable Data-Efficient Language-Image Pre-training
Anjia Cao, Xing Wei, Zhiheng Ma
git clone https://github.com/MIV-XJTU/FLAME.git
cd FLAME
conda create -n flame python=3.10 -y
conda activate flame
make install
make install-training
make install-test
See Training.md.
See Evaluation.md.
| Dataset | Link |
|---|---|
| CC3M-ReCap | Hugging Face |
| YFCC15M-ReCap | Hugging Face |
| Dataset | Model | Link |
|---|---|---|
| CC3M | Mistral-Nemo-ViT-B/16 | Hugging Face |
The project is under a standard Creative Common CC-BY-4.0 License.
If you find our work helpful for your research, please consider giving a star and citation.
@inproceedings{cao2025flame,
title={FLAME: Frozen Large Language Models Enable Data-Efficient Language-Image Pre-training},
author={Cao, Anjia and Wei, Xing and Ma, Zhiheng},
booktitle={CVPR},
year={2025}
}
This project is based on open_clip, and thanks for the nice work! We also thank CLIP_benchmark, DreamLIP, Long-CLIP, PromptEOL, and MiniCPM-V for their codes.
24 commits
Python
99.9%
FLAME: Frozen Large Language Models Enable Data-Efficient Language-Image Pre-training
Anjia Cao, Xing Wei, Zhiheng Ma
git clone https://github.com/MIV-XJTU/FLAME.git
cd FLAME
conda create -n flame python=3.10 -y
conda activate flame
make install
make install-training
make install-test
See Training.md.
See Evaluation.md.
| Dataset | Link |
|---|---|
| CC3M-ReCap | Hugging Face |
| YFCC15M-ReCap | Hugging Face |
| Dataset | Model | Link |
|---|---|---|
| CC3M | Mistral-Nemo-ViT-B/16 | Hugging Face |
The project is under a standard Creative Common CC-BY-4.0 License.
If you find our work helpful for your research, please consider giving a star and citation.
@inproceedings{cao2025flame,
title={FLAME: Frozen Large Language Models Enable Data-Efficient Language-Image Pre-training},
author={Cao, Anjia and Wei, Xing and Ma, Zhiheng},
booktitle={CVPR},
year={2025}
}
This project is based on open_clip, and thanks for the nice work! We also thank CLIP_benchmark, DreamLIP, Long-CLIP, PromptEOL, and MiniCPM-V for their codes.
24 commits
Python
99.9%