Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-14T08:51:14.000Z (over 1 year ago)
- Last Synced: 2024-06-15T06:35:21.697Z (5 months ago)
- Size: 1000 Bytes
- Stars: 34
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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}
}
```