Add Core ML conversion
#2
by
davanstrien
HF Staff
- opened
- coreml/image-classification/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/image-classification/float16_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/image-classification/float16_model.mlpackage/Manifest.json +18 -0
- coreml/image-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/image-classification/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/image-classification/float32_model.mlpackage/Manifest.json +18 -0
coreml/image-classification/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
Binary file (105 kB). View file
|
|
|
coreml/image-classification/float16_model.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:57ac7cfa2d287924b63e7d32949470a369584d1ce12d4310cdf81fcb88eafe3f
|
| 3 |
+
size 55667776
|
coreml/image-classification/float16_model.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"65994BF2-DA75-4315-BABF-9BD89F665E7D": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Weights",
|
| 7 |
+
"name": "weights",
|
| 8 |
+
"path": "com.apple.CoreML/weights"
|
| 9 |
+
},
|
| 10 |
+
"F2AD0032-0A4E-4FD2-8E65-38A09D43B565": {
|
| 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": "F2AD0032-0A4E-4FD2-8E65-38A09D43B565"
|
| 18 |
+
}
|
coreml/image-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
Binary file (97.6 kB). View file
|
|
|
coreml/image-classification/float32_model.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:5e8224b6cb07626861213b9bb2f07298882ddaecd8c6410b9de3a135eb14826f
|
| 3 |
+
size 111323392
|
coreml/image-classification/float32_model.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"B169C3D6-8FF5-4C7B-9A5D-68224CA6B746": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"CF1D7998-9E05-466D-9BF3-1EFE060EB169": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "B169C3D6-8FF5-4C7B-9A5D-68224CA6B746"
|
| 18 |
+
}
|