Commit
·
20b4544
1
Parent(s):
ec08e3c
Add Core ML conversion (#1)
Browse files- Add Core ML conversion (ef79e0f9053dec0508214e910deda678c49c1804)
- coreml/token-classification/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- coreml/token-classification/float16_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/token-classification/float16_model.mlpackage/Manifest.json +18 -0
- coreml/token-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel +3 -0
- coreml/token-classification/float32_model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +3 -0
- coreml/token-classification/float32_model.mlpackage/Manifest.json +18 -0
coreml/token-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:64f6339588310fcb022d5ac2e9f86eea3ee96b6299f3d7d7666d6f69240929a3
|
3 |
+
size 58454
|
coreml/token-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:ac01ceebdf82d887e043af1b6dd89d315197b68aae2b70b35d22f5fac849fa95
|
3 |
+
size 162304
|
coreml/token-classification/float16_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"59F44520-ABF0-4D3A-A7B8-482040D83278": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"F7790954-5029-427A-AB17-1178F793EE8D": {
|
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": "F7790954-5029-427A-AB17-1178F793EE8D"
|
18 |
+
}
|
coreml/token-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:47405bb8145f80a63c3926afe7328229dc219c7b6e336a3362d55502815b41cb
|
3 |
+
size 54069
|
coreml/token-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:388d71bd60e6e41f95b63f29c1c3ba014be0ad473ece33c85b44a8b5f4787a9f
|
3 |
+
size 318720
|
coreml/token-classification/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"428925B9-7A46-4C65-A2A3-7D88913F9B39": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"A01B6DC5-AE95-4ABB-A835-7376A5A66D1F": {
|
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": "A01B6DC5-AE95-4ABB-A835-7376A5A66D1F"
|
18 |
+
}
|