kyrapuff commited on
Commit
8121d52
1 Parent(s): a54381a

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (9d6a4cf34dc4b31046816885af25b7c4bc15ea21)

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:413aad7acc10c3a8bb6d693ead68bc2e72ff590be114a310d6eff24e5a677c8e
3
+ size 63313
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:d8c325cfc177d0b7bb3d51fb34f7eae24a31a87465bed72fcbc63bc9b4687bf0
3
+ size 90463232
coreml/feature-extraction/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "76CFEBA2-724F-46C2-A71D-1572706E362D": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "79D0C1FB-0478-46C2-BEDF-AB7204D8AE2B": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "76CFEBA2-724F-46C2-A71D-1572706E362D"
18
+ }