Add Core ML conversion (#1)
Browse files- Add Core ML conversion (37561c3a1fb4adb7845fc5f66126be883a3e82cd)
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:dbdb45a3e7d1dfaa7bff27ce9574e7c87bc3a7b1808498932124973933c86c3f
|
3 |
+
size 46506
|
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:0c92e28e552cba3cdb2594f129487b5515f8ec46cd2855af9bd9352ea9b683e5
|
3 |
+
size 57096192
|
coreml/text-classification/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"5E7E2A24-12D0-4918-B9A6-84F8DF7EF61D": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"D2EEB247-4ABA-4399-B8DA-85393BBA1280": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "5E7E2A24-12D0-4918-B9A6-84F8DF7EF61D"
|
18 |
+
}
|