Matthijs commited on
Commit
fe9d761
1 Parent(s): 5cb83bf

add Core ML model

Browse files
MobileViT_fp16.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
Binary file (185 kB). View file
 
MobileViT_fp16.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:8900526a18c9441419e981bbfc0cae94b6dbcaa1154fc4bd79131222b5a477ff
3
+ size 11160720
MobileViT_fp16.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "F290AA99-958D-422F-8D1D-29E12C0FFE1A": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "F67B0383-1CAF-46C7-8E4C-AAFCA108CB1F": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "F290AA99-958D-422F-8D1D-29E12C0FFE1A"
18
+ }