Add model card
Browse filesThis PR adds a model card for the paper [OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning](https://huggingface.co/papers/2505.04601).
It adds a link to the paper page, and a pipeline tag.
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-feature-extraction
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This repository contains the model introduced in the paper [OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning](https://huggingface.co/papers/2505.04601).
|
| 7 |
+
|
| 8 |
+
Project page: https://ucsc-vlaa.github.io/OpenVision
|
| 9 |
+
|
| 10 |
+
Code: https://github.com/UCSC-VLAA/OpenVision.
|