Add basic model card
Browse filesThis PR adds a basic model card, by linking to the relevant paper, Github repository and project page. It also specifies the library and pipeline tag.
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: open_clip
|
| 4 |
+
pipeline_tag: image-feature-extraction
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
The model in this repository is from 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
|