Matthijs commited on
Commit
0d7b5c7
1 Parent(s): 45a390f

add Core ML model

Browse files
MobileViT.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
Binary file (176 kB). View file
 
MobileViT.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:0b15f8d9c0009c919e5503ef1ec23649ae201dd05f5c38aba6694b09343f00fb
3
+ size 5094080
MobileViT.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "1B49E9A7-9617-4C9F-B97C-72E9DD782FB1": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "9BEE1C5F-07BD-476C-B733-18C3EFF9CEB7": {
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": "9BEE1C5F-07BD-476C-B733-18C3EFF9CEB7"
18
+ }