nielsr HF Staff commited on
Commit
bab8288
·
verified ·
1 Parent(s): 555ffd6

Add model card

Browse files

This PR adds a model card, 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).

It also adds a relevant pipeline tag, ensuring the model can be found at https://huggingface.co/models?pipeline_tag=image-feature-extraction.
It also adds the Apache 2.0 license as well as the OpenCLIP library.

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-feature-extraction
4
+ library_name: openclip
5
+ ---
6
+
7
+ This repository contains the model presented in 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
+ Code: https://github.com/UCSC-VLAA/OpenVision