Commit
·
a265f77
1
Parent(s):
0a6aa91
Add Core ML conversion (#42)
Browse files- Add Core ML conversion (26c976dcb042f61e05f27fe2d9836a2c5237bfb3)
Co-authored-by: Steve Zhang <[email protected]>
coreml/fill-mask/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
|
Binary file (165 kB). View file
|
|
|
coreml/fill-mask/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:c0c9f4914b4f0053785e96b8583cd59cda63c2f1b6e95a03970d772bf097e289
|
| 3 |
+
size 531833856
|
coreml/fill-mask/float32_model.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"9D749A46-ADA0-43CA-B5C2-8E722B91F41E": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"D545B13F-2D5E-4CFB-BFF1-C10E9EFD70DA": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "9D749A46-ADA0-43CA-B5C2-8E722B91F41E"
|
| 18 |
+
}
|