ashvardanian
commited on
Commit
•
cd96b4d
1
Parent(s):
5582c4e
Add: Apple Neural Engine optimizations
Browse files- image_encoder_neural.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- image_encoder_neural.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- image_encoder_neural.mlpackage/Manifest.json +18 -0
- text_encoder_neural.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- text_encoder_neural.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- text_encoder_neural.mlpackage/Manifest.json +18 -0
image_encoder_neural.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfeb0bcc0ce4b440917d122bf1f1deefcdf229ad680d75b484686af2a6c519aa
|
3 |
+
size 338188
|
image_encoder_neural.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:e7106ec64d5a5ae1aeb9c5c0919958a6c2e1e980cb504dcd0601d9103b667beb
|
3 |
+
size 86581056
|
image_encoder_neural.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"E4A80FC3-2871-4AA0-913C-32A2A6B1D3DC": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"ECF136A3-2EE8-4C41-9C27-B8C753C8EA2C": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "E4A80FC3-2871-4AA0-913C-32A2A6B1D3DC"
|
18 |
+
}
|
text_encoder_neural.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70a1b26cfa779bb8f2a3cc46b7775bedc6adb6c7a953528188d3e437a48667a0
|
3 |
+
size 241894
|
text_encoder_neural.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:e725e59e5e35e7d984fbf9feb16113420a9b7552b6503a06353d6ea90f326189
|
3 |
+
size 111218624
|
text_encoder_neural.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"134617E3-3BDD-499C-B364-E41BBD779F22": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"56161228-D4E8-400D-B414-4FFC94A1E2FF": {
|
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": "56161228-D4E8-400D-B414-4FFC94A1E2FF"
|
18 |
+
}
|