Add model card
Browse filesThis PR adds a model card by linking it to the paper [Native Visual Understanding: Resolving Resolution Dilemmas in Vision-Language Models](https://huggingface.co/papers/2506.12776).
It adds all the relevant metadata, including the license, library name and pipeline tag.
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: image-text-to-text
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the NativeRes-LLaVA model described in the paper [Native Visual Understanding: Resolving Resolution Dilemmas in Vision-Language Models](https://huggingface.co/papers/2506.12776).
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/Niujunbo2002/NativeRes-LLaVA
|