JulianF commited on
Commit
43754dc
·
1 Parent(s): 8415549

Add Core ML conversion

Browse files

Core ML conversion, task=feature-extraction, precision=float32

coreml/feature-extraction/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:aa0ea0bd03a89e086e08b64b899cbe8fa459db587fb9e12cc5f48f8701e8c69a
3
+ size 121999
coreml/feature-extraction/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:ae96bdd09f11ba3a1c59673f0b4a7d120a70d7ae3fe815f1bec6dba9aff1601e
3
+ size 437149184
coreml/feature-extraction/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "23FC6C2A-0FF9-4395-A8FB-CFBBEE565654": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "648D086E-0EA5-4695-9F58-5F2AFEA0FDF0": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "23FC6C2A-0FF9-4395-A8FB-CFBBEE565654"
18
+ }