Omkar008 commited on
Commit
d30f680
1 Parent(s): cf51c25

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (707f8f98eb20b3de8f1d196e2c161d9769544aa0)

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:19d1b29a79eb698901ff2fca05f4de7e4a1f73401ae4991ab6b72b50d0cba30f
3
+ size 65083
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:80e1049c6a33a572d09319f5594753d6a3a6beeccd2bc067ac744719e5e76dd9
3
+ size 259596672
coreml/question-answering/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "26C7F825-7B22-4739-B15F-573429A7AD7F": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "5219C988-EF7F-4C7B-9740-3B0B045993B2": {
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": "5219C988-EF7F-4C7B-9740-3B0B045993B2"
18
+ }