hikaruaohara commited on
Commit
a26538b
1 Parent(s): 1f90a6c

Add Core ML conversion

Browse files

Core ML conversion, task=fill-mask, precision=float32

coreml/fill-mask/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
The diff for this file is too large to render. See raw diff
 
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:a4448affbfae64cce4a23aa8bf68a507e32c2a9230c2b87e2b0a6afa25f59909
3
+ size 161542760
coreml/fill-mask/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "562F48EE-224F-4B55-80EF-4CAAB333C9E3": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "D128AD40-D869-4D55-B0A6-F6018A96CFDA": {
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": "D128AD40-D869-4D55-B0A6-F6018A96CFDA"
18
+ }