Niujunbo2002 nielsr HF Staff commited on
Commit
ca26e3b
·
verified ·
1 Parent(s): 5588ba2

Add model card (#1)

Browse files

- Add model card (a9c61a7246406a53b75119bce4e5e103109346ec)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +11 -0
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.