Xianhang nielsr HF Staff commited on
Commit
b36d2b9
·
verified ·
1 Parent(s): e05b056

Add model card (#1)

Browse files

- Add model card (5f921831123db6cdb03734ae0fcb414944740112)


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 weights based on the work described in [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/](https://ucsc-vlaa.github.io/OpenVision/)
10
+
11
+ For details on training and usage, please refer to the [Github repository](https://github.com/UCSC-VLAA/OpenVision).