nielsr HF Staff commited on
Commit
aab6d2f
·
verified ·
1 Parent(s): f84af99

Add pipeline tag and library name metadata

Browse files

Hi! I'm Niels from the Hugging Face team.

This PR improves the model card for RIME-7B by:
1. Adding the `pipeline_tag: feature-extraction` metadata so that the model is properly categorized and discoverable.
2. Adding `library_name: transformers` metadata since this model uses `Qwen2VLForConditionalGeneration` from the `transformers` library.
3. Adding a link to the paper page on Hugging Face to make it easy for users to find the original research.

Let me know if you have any questions!

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
4
 
5
  # RIME-7B
6
 
7
- **RIME** (**R**ewrite-dr**I**ven **M**ultimodal **E**mbedding) model based on Qwen2-VL-7B-Instruct.
8
 
9
  ## Model Description
10
 
@@ -23,4 +25,4 @@ See the [RIME repository](https://github.com/PeppaWu/RIME) for inference and eva
23
  journal={arXiv preprint arXiv:2604.22280},
24
  year={2026}
25
  }
26
- ```
 
1
  ---
2
  license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: feature-extraction
5
  ---
6
 
7
  # RIME-7B
8
 
9
+ **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).
10
 
11
  ## Model Description
12
 
 
25
  journal={arXiv preprint arXiv:2604.22280},
26
  year={2026}
27
  }
28
+ ```