Add model card and metadata (#1)
Browse files- Add model card and metadata (d0a04f5894a63c8f644f119f6d894744788c45fd)
- Update README.md (2a2322e257157a6f216aac4851aa3e4cb5d11fac)
Co-authored-by: Niels Rogge <[email protected]>
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-feature-extraction
|
| 3 |
+
library_name: open_clip
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the OpenVision model as described 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 |
+
|
| 11 |
+
Code: https://github.com/UCSC-VLAA/OpenVision
|