maxobat commited on
Commit
bde7964
1 Parent(s): ea62f1b

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
Binary file (247 kB). View file
 
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:3f9a6965c1dfe42e91db2277840759d7bab5e8c18eca6fa7f97acd8bbd2c7255
3
+ size 1213331392
coreml/feature-extraction/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "AFDFCA99-978E-447C-91F4-65851DFE6CD7": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "E6E2A5ED-3C29-4F30-B7D7-AB4D0D12499A": {
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": "E6E2A5ED-3C29-4F30-B7D7-AB4D0D12499A"
18
+ }