Add Core ML conversion
Browse filesCore ML conversion, task=default, precision=float32
coreml/default/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
Binary file (178 kB). View file
|
|
coreml/default/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:92bed7bf6ab97c6d9602ea65bc399c9b4c28b355216ec31a2640ae85ec357a64
|
3 |
+
size 242794560
|
coreml/default/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"6C803B16-5307-4B9D-A923-61EC2CAFE92C": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"9212EF8F-1FB1-4D14-8360-3AF3769A47BE": {
|
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": "9212EF8F-1FB1-4D14-8360-3AF3769A47BE"
|
18 |
+
}
|