Add model card
#1
by
nielsr
HF Staff
- opened
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: image-feature-extraction
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the NativeRes-LLaVA model from [Native Visual Understanding: Resolving Resolution Dilemmas in Vision-Language Models](https://huggingface.co/papers/2506.12776).
|
| 8 |
+
|
| 9 |
+
Project page: https://niujunbo2002.github.io/NativeRes-LLaVA/
|
| 10 |
+
|
| 11 |
+
For code, see https://github.com/Niujunbo2002/NativeRes-LLaVA.
|