danielnguyenx commited on
Commit
6f2bc0d
1 Parent(s): 1aeef1a

Add Core ML conversion

Browse files

Core ML conversion, task=question-answering, precision=float16

coreml/question-answering/float16_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:f43f5abe7ce0fc63b9485ce3bda93a3ae11878900d1e68a3446ba6bd1f8dc1ee
3
+ size 70306
coreml/question-answering/float16_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:0d4b707c0bd1c79826cf577827d32f627c33d5304d63360856e9aa9ac14bcd98
3
+ size 132145536
coreml/question-answering/float16_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "2212661F-EB37-47BE-96C5-018782CACDF6": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "23256B2D-1DC1-4FC3-925F-AC6A7D7527D7": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "2212661F-EB37-47BE-96C5-018782CACDF6"
18
+ }