Add model card and metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-text-to-text
3
+ library_name: transformers
4
+ license: mit
5
+ ---
6
+
7
+ This repository contains the RAP-LLaVA-13b model presented in [RAP: Retrieval-Augmented Personalization for Multimodal Large Language Models](https://huggingface.co/papers/2410.13360).
8
+
9
+ Project Page: https://hoar012.github.io/RAP-Project/
10
+
11
+ For code and sample usage, see the [Github repository](https://github.com/Hoar012/RAP-MLLM).