Add Core ML conversion
#1
by jkkn - opened
- coreml/text-classification/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- coreml/text-classification/float16_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/text-classification/float16_model.mlpackage/Manifest.json +18 -0
- coreml/text-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -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/text-classification/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:0393d234320356563948a32c6c4ff0cdd8626ee148b69916c220688fb7569c91
|
| 3 |
+
size 39154
|
coreml/text-classification/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:22cb6323567627b836cbb0145ca9e37ed2f1d226257e24134aa6ea1b20e8ed40
|
| 3 |
+
size 34586688
|
coreml/text-classification/float16_model.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"8EC5CAD8-D1DD-4E40-A627-C76742B2334C": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"9AED8979-ADF7-44F2-9146-7AC5E1BED360": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "8EC5CAD8-D1DD-4E40-A627-C76742B2334C"
|
| 18 |
+
}
|
coreml/text-classification/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:48b7815b1994843c28d0ffbbd68d9e03edc08d82fb5eedf3c4025fb17b05d94a
|
| 3 |
+
size 36191
|
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:93936a753be70f7381494475d63a02b16f70fc60cd325ea4ad48c274f56a1cd6
|
| 3 |
+
size 69169728
|
coreml/text-classification/float32_model.mlpackage/Manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fileFormatVersion": "1.0.0",
|
| 3 |
+
"itemInfoEntries": {
|
| 4 |
+
"4A0D2CBC-CB86-456C-B4FC-6232D9D4F416": {
|
| 5 |
+
"author": "com.apple.CoreML",
|
| 6 |
+
"description": "CoreML Model Specification",
|
| 7 |
+
"name": "model.mlmodel",
|
| 8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
+
},
|
| 10 |
+
"7A3678E1-12D7-426D-AB89-B1B12910D463": {
|
| 11 |
+
"author": "com.apple.CoreML",
|
| 12 |
+
"description": "CoreML Model Weights",
|
| 13 |
+
"name": "weights",
|
| 14 |
+
"path": "com.apple.CoreML/weights"
|
| 15 |
+
}
|
| 16 |
+
},
|
| 17 |
+
"rootModelIdentifier": "4A0D2CBC-CB86-456C-B4FC-6232D9D4F416"
|
| 18 |
+
}
|