Add model card
#1
by
nielsr HF Staff - opened
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).
|