Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ configs:
|
|
| 19 |
---
|
| 20 |
# Copali train split used in MoCa Continual Pre-training
|
| 21 |
|
| 22 |
-
[π Homepage]() | [
|
| 23 |
|
| 24 |
## Introduction
|
| 25 |
|
|
@@ -39,9 +39,18 @@ image = PIL.Image.open(BytesIO(image_bytes))
|
|
| 39 |
## Citation
|
| 40 |
MoCa
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
Colpali
|
| 43 |
|
| 44 |
-
```
|
| 45 |
@inproceedings{faysse2024colpali,
|
| 46 |
title={Colpali: Efficient document retrieval with vision language models},
|
| 47 |
author={Faysse, Manuel and Sibille, Hugues and Wu, Tony and Omrani, Bilel and Viaud, Gautier and Hudelot, C{\'e}line and Colombo, Pierre},
|
|
|
|
| 19 |
---
|
| 20 |
# Copali train split used in MoCa Continual Pre-training
|
| 21 |
|
| 22 |
+
[π Homepage](https://haon-chen.github.io/MoCa/) | [π» Code](https://github.com/haon-chen/MoCa) | [π€ MoCa-Qwen25VL-7B](https://huggingface.co/moca-embed/MoCa-Qwen25VL-7B) | [π€ MoCa-Qwen25VL-3B](https://huggingface.co/moca-embed/MoCa-Qwen25VL-3B) | [π Datasets](https://huggingface.co/moca-embed/datasets) | [π Paper](https://arxiv.org/abs/2506.23115)
|
| 23 |
|
| 24 |
## Introduction
|
| 25 |
|
|
|
|
| 39 |
## Citation
|
| 40 |
MoCa
|
| 41 |
|
| 42 |
+
```bibtex
|
| 43 |
+
@article{chen2025moca,
|
| 44 |
+
title={MoCa: Modality-aware Continual Pre-training Makes Better Bidirectional Multimodal Embeddings},
|
| 45 |
+
author={Chen, Haonan and Liu, Hong and Luo, Yuping and Wang, Liang and Yang, Nan and Wei, Furu and Dou, Zhicheng},
|
| 46 |
+
journal={arXiv preprint arXiv:2506.23115},
|
| 47 |
+
year={2025}
|
| 48 |
+
}
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
Colpali
|
| 52 |
|
| 53 |
+
```bibtex
|
| 54 |
@inproceedings{faysse2024colpali,
|
| 55 |
title={Colpali: Efficient document retrieval with vision language models},
|
| 56 |
author={Faysse, Manuel and Sibille, Hugues and Wu, Tony and Omrani, Bilel and Viaud, Gautier and Hudelot, C{\'e}line and Colombo, Pierre},
|