lim142857 commited on
Commit
35e23b8
β€’
1 Parent(s): 27d92f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -6,4 +6,9 @@ This repo contains the codebase for the paper "UniIR: Training and Benchmarking
6
 
7
  [**🌐 Homepage**](https://tiger-ai-lab.github.io/UniIR/) | [**πŸ€— Dataset**](https://huggingface.co/datasets/TIGER-Lab/M-BEIR) | [**πŸ“– arXiv**](https://arxiv.org/pdf/2311.17136.pdf) | [**GitHub**](https://github.com/TIGER-AI-Lab/UniIR)
8
 
9
- We released our base and large UniIR models.
 
 
 
 
 
 
6
 
7
  [**🌐 Homepage**](https://tiger-ai-lab.github.io/UniIR/) | [**πŸ€— Dataset**](https://huggingface.co/datasets/TIGER-Lab/M-BEIR) | [**πŸ“– arXiv**](https://arxiv.org/pdf/2311.17136.pdf) | [**GitHub**](https://github.com/TIGER-AI-Lab/UniIR)
8
 
9
+ We released our Large UniIR(CLIP_SF) and UniIR(BLIP-FF) models.
10
+
11
+ # To download the checkpoints:
12
+ ```
13
+ git clone https://huggingface.co/TIGER-Lab/UniIR
14
+ ```