Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
metrics:
|
4 |
+
- recall
|
5 |
+
base_model:
|
6 |
+
- openai/clip-vit-large-patch14
|
7 |
+
- LanguageBind/LanguageBind_Image
|
8 |
+
- nielsr/imagebind-huge
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
---
|
15 |
+
license: apache-2.0
|
16 |
+
---
|
17 |
+
|
18 |
+
This repository contains the models of the paper [FreestyleRet: Retrieving Images from Style-Diversified Queries](https://huggingface.co/papers/index?arxivId=2312.02428).
|
19 |
+
|
20 |
+
Github repository: https://github.com/curisejia/freestyleret
|