Add model card
Browse filesThis PR adds a pipeline tag, links the model to the paper page: [RWKV-CLIP.](https://huggingface.co/papers/2406.06973).
Btw we could also enable download stats if you'd like to see that: https://huggingface.co/docs/hub/models-download-stats.
Let me know if you need any help!
Cheers,
Niels
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: rwkv-clip
|
4 |
+
pipeline_tag: zero-shot-image-classification
|
5 |
+
datasets:
|
6 |
+
- Kaichengalex/YFCC15M
|
7 |
+
tags:
|
8 |
+
- clip
|
9 |
+
---
|
10 |
+
|
11 |
+
This repository contains the RWKV-CLIP-B32-YFCC15M model presented in [RWKV-CLIP: A Robust Vision-Language Representation Learner](https://huggingface.co/papers/2406.06973).
|