asntrifork
commited on
Commit
•
7b88d8c
1
Parent(s):
e902f54
Add Core ML conversion
Browse filesCore ML conversion, task=image-classification, precision=float32
coreml/image-classification/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:cd553f7366e449d0b58256c4331e455246e1ea5234bf7aadb805f9ee8d2b31d1
|
3 |
+
size 112725
|
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:e4d97c0edddca4cf6ead14e102916d01e4fb56c041e29a44c9f923da2e1b4727
|
3 |
+
size 343235072
|
coreml/image-classification/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"46F44D9A-8DDA-4F6E-BF35-0A0340CD5D76": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"A36FD5CD-8ADC-4ADC-BB32-C6C3E20402D1": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "46F44D9A-8DDA-4F6E-BF35-0A0340CD5D76"
|
18 |
+
}
|