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
|
@@ -100,8 +100,8 @@ The datasets are not distributed as part of this model repository. Users must ob
|
|
| 100 |
Clone the official HyFL-CLIP repository and prepare the required environment.
|
| 101 |
|
| 102 |
```bash
|
| 103 |
-
git clone https://github.com/
|
| 104 |
-
cd
|
| 105 |
```
|
| 106 |
|
| 107 |
Install the required dependencies:
|
|
|
|
| 100 |
Clone the official HyFL-CLIP repository and prepare the required environment.
|
| 101 |
|
| 102 |
```bash
|
| 103 |
+
git clone https://github.com/janeyeon/hyfl-clip.git
|
| 104 |
+
cd hyfl-clip
|
| 105 |
```
|
| 106 |
|
| 107 |
Install the required dependencies:
|