Add Core ML conversion (#1)
Browse files- Add Core ML conversion (d69bbf2ece16d3bf1c7481e109ff1f17d280efb0)
coreml/default/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27a3ba1e1775ad477504cb475f8c246fc1ba9ae6c56398cff46b1f9af8bbe033
|
3 |
+
size 58827
|
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:7c153cb089470cf52700ff844dfee41fc093a7dc297326f37eab284dd2d9cce9
|
3 |
+
size 265457984
|
coreml/default/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"0AE7A423-BBBA-4B26-9F0F-E0044BF135AE": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"9FA9FF30-7CA7-4F58-BDAD-FE8EF1EC1DE4": {
|
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": "9FA9FF30-7CA7-4F58-BDAD-FE8EF1EC1DE4"
|
18 |
+
}
|