ZachNagengast commited on
Commit
f471ed6
1 Parent(s): 270a9fd

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (c77996cf23035ac2a827a35799c680c13b282bd1)

coreml/question-answering/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb838826da3df8026afd5131df312897b688dd9d94a100f7c819b754914da855
3
+ size 124778
coreml/question-answering/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:fb39a1598925ab5f428d3366c6d816122999ec51b6238c722a9ca28abbc4653a
3
+ size 434792896
coreml/question-answering/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "50BE9DE6-5A46-4429-BB02-33288A07DE69": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "67FCE6DA-1ED3-46E8-BC2C-8F73B083FFBD": {
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": "67FCE6DA-1ED3-46E8-BC2C-8F73B083FFBD"
18
+ }