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