Xianhang nielsr HF Staff commited on
Commit
a2d4518
·
verified ·
1 Parent(s): cb6497c

Add model card (#1)

Browse files

- Add model card (f89e2ae8174f1d014640f133f47b726eff5e3aad)


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 model from the paper [OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning](https://huggingface.co/papers/2505.04601).
8
+
9
+ Project page: https://ucsc-vlaa.github.io/OpenVision
10
+
11
+ Code: https://github.com/UCSC-VLAA/OpenVision