Instructions to use visheratin/nllb-siglip-mrl-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use visheratin/nllb-siglip-mrl-base with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:visheratin/nllb-siglip-mrl-base') tokenizer = open_clip.get_tokenizer('hf-hub:visheratin/nllb-siglip-mrl-base') - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,7 @@ pipeline_tag: zero-shot-image-classification
|
|
| 6 |
license: cc-by-nc-4.0
|
| 7 |
datasets:
|
| 8 |
- visheratin/laion-coco-nllb
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
## Model Summary
|
|
|
|
| 6 |
license: cc-by-nc-4.0
|
| 7 |
datasets:
|
| 8 |
- visheratin/laion-coco-nllb
|
| 9 |
+
new_version: visheratin/mexma-siglip2
|
| 10 |
---
|
| 11 |
|
| 12 |
## Model Summary
|