JulianF commited on
Commit
36b89a1
·
1 Parent(s): 617ca48

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:1e106fc6d5bf046972fccab312d6a4c5d847ad4243551ab8984f865bc4ee5f04
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
+ "B1CD0895-3214-4FBB-A7DC-DE3A2E37C1E4": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "F4717E65-CCE1-4D5B-8619-829B9684615C": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "B1CD0895-3214-4FBB-A7DC-DE3A2E37C1E4"
18
+ }