Feature Extraction
OpenCLIP
English
clip
open-clip
vision-language
image-text-retrieval
cross-modal-retrieval
long-context
hyperbolic-learning
hyperbolic-geometry
lorentz-model
eccv-2026
Instructions to use jeeit17/HyFL-CLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use jeeit17/HyFL-CLIP with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:jeeit17/HyFL-CLIP') tokenizer = open_clip.get_tokenizer('hf-hub:jeeit17/HyFL-CLIP') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,11 +24,12 @@ tags:
|
|
| 24 |
|
| 25 |
**ECCV 2026**
|
| 26 |
|
|
|
|
|
|
|
| 27 |
• [Project Page](https://janeyeon.github.io/hyflclip/)
|
| 28 |
• [Paper](https://arxiv.org/abs/2607.00428)
|
| 29 |
• [Code](https://github.com/janeyeon/hyfl-clip)
|
| 30 |
|
| 31 |
-
</div>
|
| 32 |
|
| 33 |
## Overview
|
| 34 |
|
|
|
|
| 24 |
|
| 25 |
**ECCV 2026**
|
| 26 |
|
| 27 |
+
</div>
|
| 28 |
+
|
| 29 |
• [Project Page](https://janeyeon.github.io/hyflclip/)
|
| 30 |
• [Paper](https://arxiv.org/abs/2607.00428)
|
| 31 |
• [Code](https://github.com/janeyeon/hyfl-clip)
|
| 32 |
|
|
|
|
| 33 |
|
| 34 |
## Overview
|
| 35 |
|