johnamcruz
commited on
Commit
•
558cf76
1
Parent(s):
b860ff5
Add Core ML conversion
Browse filesCore ML conversion, task=question-answering, precision=float32
- coreml/question-answering/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- coreml/question-answering/float16_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/question-answering/float16_model.mlpackage/Manifest.json +18 -0
- coreml/question-answering/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- coreml/question-answering/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/question-answering/float32_model.mlpackage/Manifest.json +18 -0
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:12698934bae84794f4d5e77f9cb359e245ecb7849f7881a18c0494642438b500
|
3 |
+
size 595573
|
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:d8dece160d05882e1f65f4331225b8b041423f8e4b79a558eb8d56ffe27ed888
|
3 |
+
size 48965184
|
coreml/question-answering/float16_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"5F839A25-D573-4C6C-8854-CF996A7E2D37": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"693E6AD2-DAFF-4848-BE57-BCA372F5F881": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "5F839A25-D573-4C6C-8854-CF996A7E2D37"
|
18 |
+
}
|
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:8bf3309791c699017af36495b904428cc54bfe8376fd1b6e717c6aa22b9d94d4
|
3 |
+
size 548806
|
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:3d6ad55e333b0fa4030af340f46c276e71753f637770cffb0e000dc26e2d4592
|
3 |
+
size 97860672
|
coreml/question-answering/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"92CA4CA6-B831-40EE-8B3C-9F0DEA25EE89": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"CABB7989-15AF-41E2-B7EC-B99C39033A1A": {
|
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": "CABB7989-15AF-41E2-B7EC-B99C39033A1A"
|
18 |
+
}
|