https://github.com/zrrskywalker/cafo
[CVPR 2023] Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners
https://github.com/zrrskywalker/cafo
Last synced: about 2 months ago
JSON representation
[CVPR 2023] Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners
- Host: GitHub
- URL: https://github.com/zrrskywalker/cafo
- Owner: ZrrSkywalker
- Created: 2023-06-14T08:49:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T08:51:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T21:11:59.022Z (4 months ago)
- Size: 1000 Bytes
- Stars: 41
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ChatGPT-repositories - CaFo - [CVPR 2023] Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners (Prompts)
README
# Prompt, Generate, then Cache
The official codebase has been transferred to [OpenGVLab/CaFo](https://github.com/OpenGVLab/CaFo) for better follow-up maintenance!## Citation
If you find our CaFo code and paper useful, please kindly cite:
```bash
@article{zhang2023prompt,
title={Prompt, Generate, then Cache: Cascade of Foundation Models makes Strong Few-shot Learners},
author={Renrui Zhang and Xiangfei Hu and Bohao Li and Siyuan Huang and Hanqiu Deng and Hongsheng Li and Yu Qiao and Peng Gao},
journal={arXiv preprint arXiv:2303.02151},
year={2023}
}
```