nielsr HF Staff commited on
Commit
adc0fcf
·
verified ·
1 Parent(s): 0c6a7b4

Add model card

Browse files

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

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