err805 commited on
Commit
ab44a7a
·
verified ·
1 Parent(s): 9095dd3

Upload folder using huggingface_hub

Browse files
Files changed (33) hide show
  1. .DS_Store +0 -0
  2. coord_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  3. coord_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  4. coord_decoder.mlpackage/Manifest.json +18 -0
  5. coord_decoder.mlpackage/executorch_debug_handle_mapping.json +1 -0
  6. coord_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  7. coord_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  8. coord_encoder.mlpackage/Manifest.json +18 -0
  9. coord_encoder.mlpackage/executorch_debug_handle_mapping.json +1 -0
  10. size_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  11. size_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  12. size_decoder.mlpackage/Manifest.json +18 -0
  13. size_decoder.mlpackage/executorch_debug_handle_mapping.json +1 -0
  14. size_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  15. size_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  16. size_encoder.mlpackage/Manifest.json +18 -0
  17. size_encoder.mlpackage/executorch_debug_handle_mapping.json +1 -0
  18. text_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  19. text_decoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  20. text_decoder.mlpackage/Manifest.json +18 -0
  21. text_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  22. text_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  23. text_encoder.mlpackage/Manifest.json +18 -0
  24. text_encoder.mlpackage/executorch_debug_handle_mapping.json +1 -0
  25. transformer.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  26. transformer.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  27. transformer.mlpackage/Manifest.json +18 -0
  28. vision_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  29. vision_encoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  30. vision_encoder.mlpackage/Manifest.json +18 -0
  31. vision_projection.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
  32. vision_projection.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
  33. vision_projection.mlpackage/Manifest.json +18 -0
.DS_Store ADDED
Binary file (10.2 kB). View file
 
coord_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0f12a4f268e0864e3fa5fb4651ad71154f4acbf30cf9016c46dbe5aa7edd69b
3
+ size 1667
coord_decoder.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:9c7950f6097c41bfcba8d13406f523a06544a96b01ea924d39dc622f58c89255
3
+ size 50350400
coord_decoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "80429014-453B-4171-BE2B-0EAF963CDE70": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "F12444EE-5B26-4749-9C13-838406C55DA5": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "80429014-453B-4171-BE2B-0EAF963CDE70"
18
+ }
coord_decoder.mlpackage/executorch_debug_handle_mapping.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version": "8.2", "mapping": {"null": [[{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "add_weight_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "add_bias_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "linear", "Output": "add"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "gelu_mode_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "gelu", "Output": "gelu_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "coord_dec_weight_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "coord_dec_bias_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "linear", "Output": "coord_dec"}]]}}
coord_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b87218965ae5ab9ccec549203892c907a05905bf39cf2bdfbce2c60bf7ad7af
3
+ size 2422
coord_encoder.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:cf3d4a582290f76dd7a7d4f9aa10972b4b6081893890389d76f9b7c24dde27f0
3
+ size 1053504
coord_encoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "9C998F6A-B87B-49E7-9047-B388D951C28C": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "CF962017-2976-4D07-A38F-39DE1F31BA8E": {
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": "CF962017-2976-4D07-A38F-39DE1F31BA8E"
18
+ }
coord_encoder.mlpackage/executorch_debug_handle_mapping.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version": "8.2", "mapping": {"null": [[{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "const_0_to_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "mul", "Output": "mul_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "transpose_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "matmul_bias_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "linear", "Output": "matmul_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "cos", "Output": "cos_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "sin", "Output": "sin_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "const_1"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "cat_interleave_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "concat", "Output": "cat_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "coord_enc_type_fp32_weight_0_to_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "coord_enc_type_fp32_bias_0_to_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "linear", "Output": "coord_enc"}]]}}
size_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9837d74501f5542b66b6987b3e57d5478b5873d01d4ae945258b28a0e4779f1
3
+ size 1906
size_decoder.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:01d07acbd65aa3444a9d58e5d8c810b4c485605c9b7bc2136a60033924a8b4cb
3
+ size 67129664
size_decoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "B61BD09B-FD45-4CAF-AE1B-DA942199515A": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "E635EA6C-4DAA-45F9-B83C-565F81686B12": {
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": "E635EA6C-4DAA-45F9-B83C-565F81686B12"
18
+ }
size_decoder.mlpackage/executorch_debug_handle_mapping.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version": "8.2", "mapping": {"null": [[{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "p_mlp_fc1_weight"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "p_mlp_fc1_bias"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "p_mlp_fc2_weight"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "p_mlp_fc2_bias"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "linear", "Output": "linear"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "gelu_mode_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "gelu", "Output": "gelu_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "linear", "Output": "linear_1"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "const_2"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "reshape", "Output": "size_dec"}]]}}
size_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21f82bba9ea3ee8f7f0b9f7f2920a7d329c5f5ab8bb410eeb29415bb6a91e999
3
+ size 2366
size_encoder.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:ddc40d10e202ccde817a343d2af3b3f5d0ff17c598db5d9c7232dfc9fee75841
3
+ size 2103104
size_encoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "50E88AF6-1BAD-434A-82FA-4B73EBA53D3E": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "822A2994-3FED-48F5-AC3A-15B13CBEA298": {
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": "822A2994-3FED-48F5-AC3A-15B13CBEA298"
18
+ }
size_encoder.mlpackage/executorch_debug_handle_mapping.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version": "8.2", "mapping": {"null": [[{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "const_0_to_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "mul", "Output": "mul_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "transpose_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "matmul_bias_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "linear", "Output": "matmul_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "cos", "Output": "cos_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "sin", "Output": "sin_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "const_1"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "cat_interleave_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "concat", "Output": "cat_cast_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "size_enc_type_fp32_weight_0_to_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "size_enc_type_fp32_bias_0_to_fp16"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "linear", "Output": "size_enc"}]]}}
text_decoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dde06ab207e2b25d845ce75a97e5576e396f94d78a6eef12f8470f6fafb1829
3
+ size 1721
text_decoder.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:231cf9b54a6e1bb2509bde885fd04dcfe4ff2d0539e678d41ef0dd523c90fbbb
3
+ size 54178176
text_decoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "8887CFE5-E627-4B53-8CAA-008A0C0EADBB": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "AC9E4139-33B3-4B5A-AB4A-1AD2DA93CB6A": {
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": "AC9E4139-33B3-4B5A-AB4A-1AD2DA93CB6A"
18
+ }
text_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd76e13d3206e53ee0bf2c2cc730d6b17d108d8266744a4d534666058577746c
3
+ size 1282
text_encoder.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:71eee1623e2b055f0839d1195725155195ee33f97910859cd4861a30d11b77c2
3
+ size 209715328
text_encoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "1C6ADD1D-2FD8-4FE8-B62B-16935CBAA3DA": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "74BBBEF7-4A8C-422A-92B5-26A31EF6610E": {
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": "74BBBEF7-4A8C-422A-92B5-26A31EF6610E"
18
+ }
text_encoder.mlpackage/executorch_debug_handle_mapping.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version": "8.2", "mapping": {"null": [[{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "p_wte"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "embedding_axis_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "embedding_batch_dims_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "const", "Output": "embedding_validate_indices_0"}], [{"Type": "Program"}, {"Type": "Function", "Name": "main"}, {"Type": "Block"}, {"Type": "Operation", "Operator": "gather", "Output": "embedding"}]]}}
transformer.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7121092b021f2af42035d2f1663a7cd096c4868f6834c21c85bc043774f862ae
3
+ size 517517
transformer.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:84c30ff6e354d25f0f43e6c80c934408f654bd34cd8545a430eca074644c88ae
3
+ size 624088256
transformer.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "0018C072-46B7-4D41-ACFC-F169699E9E20": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "342B350D-E3E0-4D5D-BDF6-0F833DBBC033": {
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": "342B350D-E3E0-4D5D-BDF6-0F833DBBC033"
18
+ }
vision_encoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08ec59e3870df524a0b9d12701d25d8befff3f1b430f1d3dfaf7baaefc8b167b
3
+ size 220740
vision_encoder.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:ce3653d6fa0e07849a7ec005a3ff049424de9ebf23c15a45b4a85cf7c852e2f8
3
+ size 413962432
vision_encoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "4F6C96A2-6393-4A9E-B643-835988FE8733": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "5F203348-163D-4C7D-8391-4B1F1A7127A0": {
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": "5F203348-163D-4C7D-8391-4B1F1A7127A0"
18
+ }
vision_projection.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0073d9065d53ed8ce6b02c6486cbcf15f7ab7696fc51e16a5d51b71fb21e5619
3
+ size 1749
vision_projection.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:dbecbc45425ab77c8beeda8f0b86e8cfd66a982fbf5d78153af5fc3ba44c9f6c
3
+ size 35692992
vision_projection.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "F876CE46-A539-4BA2-9B80-779F915AF825": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "FEA5E6BC-0E07-4C15-A9C6-DC749B164181": {
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": "FEA5E6BC-0E07-4C15-A9C6-DC749B164181"
18
+ }