Add Core ML conversion
#44
by
velyan
- opened
- coreml/question-answering/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -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/text-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -0
- coreml/text-classification/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/text-classification/float32_model.mlpackage/Manifest.json +18 -0
coreml/question-answering/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
Binary file (165 kB). View file
|
|
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:4e6d4fe39790118d029f80367ddcf0ea8901f01d59ce8665f63dcae788d9514f
|
3 |
+
size 435585472
|
coreml/question-answering/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"04363634-C6B4-4444-AEF3-7A663D1564FD": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"0894BEE0-07EE-4589-BAC3-2F94DB3EBEC4": {
|
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": "0894BEE0-07EE-4589-BAC3-2F94DB3EBEC4"
|
18 |
+
}
|
coreml/text-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
Binary file (165 kB). View file
|
|
coreml/text-classification/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:3d16109f781dd095a8316dd3434e0e5eb905e8c998aeadea4d3a3bfb6d4de95c
|
3 |
+
size 437947968
|
coreml/text-classification/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"1BF55FE2-23F7-4DE2-9AEE-A2D8BC1AEED0": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"DC13A27F-8DA7-4B04-8427-526DF4F8255C": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "1BF55FE2-23F7-4DE2-9AEE-A2D8BC1AEED0"
|
18 |
+
}
|