nielsr HF Staff commited on
Commit
3fc393b
·
verified ·
1 Parent(s): 13d117e

Add model card

Browse files

This PR adds a model card by linking it to the paper [OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning](https://huggingface.co/papers/2505.04601).

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-feature-extraction
4
+ library_name: transformers
5
+ ---
6
+
7
+ # OpenVision
8
+
9
+ This repository contains the OpenVision model described in the paper [OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning](https://huggingface.co/papers/2505.04601).
10
+
11
+ Project page: https://ucsc-vlaa.github.io/OpenVision
12
+
13
+ Code: https://github.com/UCSC-VLAA/OpenVision