osanseviero
commited on
Commit
·
164ce17
1
Parent(s):
4ded287
Add Core ML conversion (#3)
Browse files- Add Core ML conversion (935421b80d53c836f15eba6717b79100072cdad7)
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:70bd0472b90c7023f54bd0584a0ce85a33dff470325b62254c733a6094a2c112
|
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 |
+
"1E94E531-AE43-4593-A171-B8D2ACC31591": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"EC4ECFF0-BE77-49E8-B3DC-4FE1EA05C130": {
|
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": "EC4ECFF0-BE77-49E8-B3DC-4FE1EA05C130"
|
18 |
+
}
|