KamKamHo commited on
Commit
38e1518
1 Parent(s): df1b051

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
The diff for this file is too large to render. See raw diff
 
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:d9a9b0f6496dfda734639437c28214f47d69f930a8020fee159bbfb64b6850bc
3
+ size 243555584
coreml/feature-extraction/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "8A12D784-342B-4613-8B5D-F2D7FBB5BC93": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "A83E94CB-67DE-4642-A3B9-437906B41C3F": {
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": "A83E94CB-67DE-4642-A3B9-437906B41C3F"
18
+ }