Add model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: transformers
4
+ pipeline_tag: image-text-to-text
5
+ ---
6
+
7
+ # ReToken: One Token to Improve Vision–Language Models for Visual Retrieval
8
+
9
+ This repository contains the model from the paper [ReToken: One Token to Improve Vision-Language Models for Visual Retrieval](https://huggingface.co/papers/2607.28627).
10
+
11
+ **ReToken** is a single learnable embedding trained as an explicit retrieval target that selects a sparse set of query-relevant visual tokens from a pre-filled visual KV cache.
12
+
13
+ Code: https://github.com/avaxiao/ReToken