|
--- |
|
license: apache-2.0 |
|
language: |
|
- en |
|
base_model: |
|
- google/flan-t5-xl |
|
--- |
|
# CLIP-FlanT5-XL (VQAScore) |
|
|
|
<!-- Provide a quick summary of what the model is/does. --> |
|
|
|
This model is a fine-tuned version of google/flan-t5-xl designed for image-text retrieval tasks, as presented in the VQAScore paper. |
|
|
|
### Model Description |
|
|
|
<!-- Provide a longer summary of what this model is. --> |
|
|
|
- **Developed by:** Zhiqiu Lin and collaborators |
|
- **Model type:** Vision-Language Generative Model |
|
- **License:** Apache-2.0 |
|
- **Finetuned from model:** google/flan-t5-xxl |
|
|
|
### Model Sources [optional] |
|
|
|
<!-- Provide the basic links for the model. --> |
|
|
|
- **Repository:** https://github.com/linzhiqiu/CLIP-FlanT5 |
|
- **Paper:** https://arxiv.org/pdf/2404.01291 |
|
- **Demo:** https://huggingface.co/spaces/zhiqiulin/VQAScore |