nielsr HF Staff commited on
Commit
83f2f89
·
verified ·
1 Parent(s): 0264b32

Add model card and metadata

Browse files

This PR adds a model card with metadata including the `pipeline_tag`, `library_name`, and `license`. It also adds links to the paper and the project page.

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).