RIME-7B / README.md
nielsr's picture
nielsr HF Staff
Add pipeline tag and library name metadata
aab6d2f verified
|
Raw
History Blame
1.14 kB
---
license: apache-2.0
library_name: transformers
pipeline_tag: feature-extraction
---
# RIME-7B
**RIME** (**R**ewrite-dr**I**ven **M**ultimodal **E**mbedding) is a generative multimodal embedding model based on Qwen2-VL-7B-Instruct, presented in the paper [Beyond Chain-of-Thought: Rewrite as a Universal Interface for Generative Multimodal Embeddings](https://huggingface.co/papers/2604.22280).
## Model Description
RIME jointly optimizes generation and embedding through a retrieval-friendly rewrite paradigm, producing both discriminative and generative multimodal embeddings for text, images, videos, and visual documents.
## Usage
See the [RIME repository](https://github.com/PeppaWu/RIME) for inference and evaluation examples.
## Citation
```bibtex
@article{wu2026beyond,
title={Beyond Chain-of-Thought: Rewrite as a Universal Interface for Generative Multimodal Embeddings},
author={Wu, Peixi and Mei, Ke and Ma, Feipeng and Chai, Bosong and Lan, Zhibin and Zhao, Chenxi and Yan, Shannan and Chen, Jie and Hu, Zhangchi and Peng, Yansong and others},
journal={arXiv preprint arXiv:2604.22280},
year={2026}
}
```