Instructions to use camstack/camstack-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use camstack/camstack-models with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("camstack/camstack-models") - Notebooks
- Google Colab
- Kaggle
CoreML (Apple official) mobileclip-s1 image
Browse files- clip/mobileclip-s1/coreml/camstack-mobileclip-s1-vision.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- clip/mobileclip-s1/coreml/camstack-mobileclip-s1-vision.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- clip/mobileclip-s1/coreml/camstack-mobileclip-s1-vision.mlpackage/Manifest.json +18 -0
clip/mobileclip-s1/coreml/camstack-mobileclip-s1-vision.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b1cc781d6d0af08d95d338b083ae6fb97315cc5810037ceb34bc4b19ea41219
|
| 3 |
+
size 277025
|
clip/mobileclip-s1/coreml/camstack-mobileclip-s1-vision.mlpackage/Data/com.apple.CoreML/weights/weight.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d817354a9b98b17f289d1f3e398c1f21d1f7e659ae04d18aa7f94e5a3283da2
|
| 3 |
+
size 42921984
|
clip/mobileclip-s1/coreml/camstack-mobileclip-s1-vision.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"0BB3E4FD-3A5B-4392-8864-DF82EE5A68F5": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"3B678D65-914C-4986-B205-8D14FBF5B8B2": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "0BB3E4FD-3A5B-4392-8864-DF82EE5A68F5"
|
| 18 |
+
}
|