jongwook commited on
Commit
bf6a9e5
·
1 Parent(s): e841eb5

Add Core ML conversion

Browse files

Core ML conversion, task=image-classification, precision=float16

coreml/image-classification/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
Binary file (198 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:aa4cd1b64fd7b998100d057442c69d2210fe805511d75706a2ce14e0232c5a7e
3
+ size 11160720
coreml/image-classification/float16_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "6CED9D4F-728B-4AD8-AC2F-38A4C4BF669E": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "F6D56622-63B7-46C6-8B30-F319600844C9": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "6CED9D4F-728B-4AD8-AC2F-38A4C4BF669E"
18
+ }