Add Core ML conversion
Browse filesCore ML conversion, task=text-generation, precision=float32
.gitattributes
CHANGED
@@ -8,3 +8,4 @@
|
|
8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
10 |
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
|
|
|
8 |
*.onnx filter=lfs diff=lfs merge=lfs -text
|
9 |
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
10 |
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
11 |
+
coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel filter=lfs diff=lfs merge=lfs -text
|
coreml/text-generation/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:492c24df6b276ceb89dc513dac8bed38e53c8a4547440fcb0a00517f2b1266ec
|
3 |
+
size 2477300
|
coreml/text-generation/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:e6bc9ef6a453d38ef21809747272dbdf123cf18c069f815843e6ac801d1fe15c
|
3 |
+
size 659044868
|
coreml/text-generation/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"DCCB3997-F516-4CEA-B16C-191D21C8D733": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"F1754885-14C9-4EC6-AE72-FAA646E25889": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "DCCB3997-F516-4CEA-B16C-191D21C8D733"
|
18 |
+
}
|