Leszekasdfff commited on
Commit
34ced2c
1 Parent(s): 4ad410f

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (1992f558cb0443663d12ff1f4e512b2598f3672b)

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:8a4c7a8f28d1c25dc43778e1a5d481297804bc06e0f213102e18e63162fc0a83
3
+ size 61420
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:9c227f1e7e979274061260370e57df25eb8317ab79e1390dc2c877f8d16a83b8
3
+ size 114012608
coreml/question-answering/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "1E8A77CC-7644-46C9-B8AD-FDC02D255690": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "84A77E3E-39CD-43C3-A491-2A3F7972C88B": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "1E8A77CC-7644-46C9-B8AD-FDC02D255690"
18
+ }