Add Core ML conversion

#1
by osanseviero - opened
coreml/masked-lm/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
Binary file (167 kB). View file
 
coreml/masked-lm/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:36f07a3b80bc9d474ae3e8596bd354b781526a446b2dc8736da88cabe4554ab3
3
+ size 531833856
coreml/masked-lm/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "d8399c3f-83ec-403e-8cf1-4633b2f7dd5b": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "e49c20d1-b1ec-497c-89ba-9883a0a0d320": {
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": "e49c20d1-b1ec-497c-89ba-9883a0a0d320"
18
+ }