Instructions to use apple/mobileclip_s0_timm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use apple/mobileclip_s0_timm with timm:
import timm model = timm.create_model("hf_hub:apple/mobileclip_s0_timm", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by reach-vb - opened
README.md
CHANGED
|
@@ -3,14 +3,9 @@ tags:
|
|
| 3 |
- image-classification
|
| 4 |
- timm
|
| 5 |
library_name: timm
|
| 6 |
-
license: apache-2.0
|
| 7 |
-
---
|
| 8 |
-
|
| 9 |
-
---
|
| 10 |
license: other
|
| 11 |
license_name: apple-ascl
|
| 12 |
license_link: LICENSE
|
| 13 |
-
library_name: mobileclip
|
| 14 |
---
|
| 15 |
|
| 16 |
# MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training
|
|
|
|
| 3 |
- image-classification
|
| 4 |
- timm
|
| 5 |
library_name: timm
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
license: other
|
| 7 |
license_name: apple-ascl
|
| 8 |
license_link: LICENSE
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# MobileCLIP: Fast Image-Text Models through Multi-Modal Reinforced Training
|