Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,21 @@ Pretrained adapter for ABC: Acheiving Better Control of Multiomodal Embeddings u
|
|
12 |
|
13 |
This model is trained on top of Qwen2VL-Instruct.
|
14 |
|
15 |
-
|
16 |
-
|
17 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
18 |
|
19 |
-
|
20 |
-
{}
|
21 |
|
|
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
This model is trained on top of Qwen2VL-Instruct.
|
14 |
|
15 |
+
### Paper and Website
|
|
|
|
|
16 |
|
17 |
+
For more information, please refer to [Website](https://tiger-ai-lab.github.io/ABC/).
|
|
|
18 |
|
19 |
+
## Citation
|
20 |
|
21 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
22 |
+
```
|
23 |
+
@misc{schneider2025abcachievingbettercontrol,
|
24 |
+
title={ABC: Achieving Better Control of Multimodal Embeddings using VLMs},
|
25 |
+
author={Benjamin Schneider and Florian Kerschbaum and Wenhu Chen},
|
26 |
+
year={2025},
|
27 |
+
eprint={2503.00329},
|
28 |
+
archivePrefix={arXiv},
|
29 |
+
primaryClass={cs.CV},
|
30 |
+
url={https://arxiv.org/abs/2503.00329},
|
31 |
+
}
|
32 |
+
```
|