File size: 593 Bytes
592d7e4 27d92f9 99a261e 27d92f9 70ccd34 27d92f9 4415755 35e23b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
license: mit
---
This repo contains the checkpoints for the UniIR models in our ECCV-2024 paper "UniIR: Training and Benchmarking Universal Multimodal Information Retrievers"
[**🌐 Homepage**](https://tiger-ai-lab.github.io/UniIR/) | [**🤗 Dataset(M-BEIR Benchmark)**](https://huggingface.co/datasets/TIGER-Lab/M-BEIR) | [**📖 arXiv**](https://arxiv.org/pdf/2311.17136.pdf) | [**GitHub**](https://github.com/TIGER-AI-Lab/UniIR)
We released our Large UniIR(CLIP_SF) and UniIR(BLIP_FF) models.
# To download the checkpoints:
```
git clone https://huggingface.co/TIGER-Lab/UniIR
``` |