Jackmin108 commited on
Commit
084b9f6
1 Parent(s): 683806a

Add CoreML export (#8)

Browse files

- feat: CoreML export (ab2648a8e9bc8ba065358f2efe80334865fe1eec)

coreml/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:106c1ee920a9ea9d8d30523206bf862f2469a7d3e5e9c90c109bfde3df898060
3
+ size 135698
coreml/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:a8c81b424167aab6b88182cc404fb7d7517084597121ca63c10a9423e26186e2
3
+ size 550683456
coreml/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "4BDEEC23-5067-410C-8A8F-A649FD4360D9": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "B7AAB529-A51F-4EB3-B2CD-4BDA80250E6F": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "4BDEEC23-5067-410C-8A8F-A649FD4360D9"
18
+ }