Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
This repository serves as the official model storage for **[SuperCLIP: CLIP with Simple Classification Supervision](https://openreview.net/pdf?id=EeIEvZlmVg)**.
|
| 5 |
+
|
| 6 |
+
Currently released models:
|
| 7 |
+
- CLIP checkpoints
|
| 8 |
+
- SuperCLIP checkpoints
|
| 9 |
+
|
| 10 |
+
Future releases include:
|
| 11 |
+
- SuperCLIP variants (e.g., SuperSigLIP, SuperFLIP)
|
| 12 |
+
- Mixed Caption models
|
| 13 |
+
- Other models described in the paper
|
| 14 |
+
|