Xianhang nielsr HF Staff commited on
Commit
a25ea3a
·
verified ·
1 Parent(s): e32aa2f

Add model card (#1)

Browse files

- Add model card (025295b1505390dc8782c6aafe58d13e44beba44)
- Update README.md (38ee87f5b3c125e0b70b46905d543f356ffc0a5b)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: open_clip
4
+ pipeline_tag: image-feature-extraction
5
+ ---
6
+
7
+ # OpenVision
8
+
9
+ This repository contains the 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