Instructions to use apple/mobileclip_s1_timm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use apple/mobileclip_s1_timm with timm:
import timm model = timm.create_model("hf_hub:apple/mobileclip_s1_timm", pretrained=True) - Notebooks
- Google Colab
- Kaggle
AMLR license (#4)
Browse files- AMLR license (185995c3e79e85c6c3e26c08eff91cbb3f050af3)
README.md
CHANGED
|
@@ -3,7 +3,7 @@ tags:
|
|
| 3 |
- image-classification
|
| 4 |
- timm
|
| 5 |
library_name: timm
|
| 6 |
-
license:
|
| 7 |
license_name: apple-ascl
|
| 8 |
license_link: https://github.com/apple/ml-mobileclip/blob/main/LICENSE_weights_data
|
| 9 |
---
|
|
|
|
| 3 |
- image-classification
|
| 4 |
- timm
|
| 5 |
library_name: timm
|
| 6 |
+
license: apple-amlr
|
| 7 |
license_name: apple-ascl
|
| 8 |
license_link: https://github.com/apple/ml-mobileclip/blob/main/LICENSE_weights_data
|
| 9 |
---
|