Add model card and metadata
Browse filesThis 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.
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).
|