AvaXiao nielsr HF Staff commited on
Commit
2b8ad0f
·
1 Parent(s): 2f2860c

Add model card (#1)

Browse files

- Add model card (d818507aea618620d69bf39f4d5fe22fa10b3c68)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

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