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-s0 image
Browse files- clip/mobileclip-s0/coreml/camstack-mobileclip-s0-vision.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- clip/mobileclip-s0/coreml/camstack-mobileclip-s0-vision.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- clip/mobileclip-s0/coreml/camstack-mobileclip-s0-vision.mlpackage/Manifest.json +18 -0
clip/mobileclip-s0/coreml/camstack-mobileclip-s0-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:2c1afa132c41c6535817cc67894bd7484bc2cbd084ed5e2f12b24f611af17591
|
| 3 |
+
size 153260
|
clip/mobileclip-s0/coreml/camstack-mobileclip-s0-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:87d8f63997bbd2f38ba7defeaaa2c571928bdece56aa9629542198b3ce906ed6
|
| 3 |
+
size 22717696
|
clip/mobileclip-s0/coreml/camstack-mobileclip-s0-vision.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"CD146415-3A4F-4A31-922F-453338F52D17": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Weights",
|
| 7 |
+
"name": "weights",
|
| 8 |
+
"path": "com.apple.CoreML/weights"
|
| 9 |
+
},
|
| 10 |
+
"F472A9FF-F93F-4BD2-BE9A-100E411F6DE2": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Specification",
|
| 13 |
+
"name": "model.mlmodel",
|
| 14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "F472A9FF-F93F-4BD2-BE9A-100E411F6DE2"
|
| 18 |
+
}
|