kibiwis180
commited on
Commit
•
43cf2a7
1
Parent(s):
97cf521
Add Core ML conversion (#1)
Browse files- Add Core ML conversion (8f5fa5a4398cef0cbb6199d47538e6e5bbdf3d03)
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:49de23228a08307d38fee6a9624566e67f2a545993bcbf21a7300404a0bcf35c
|
3 |
+
size 80666
|
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:2947a98b2d3ca984eade77127c5f53a65ad5181de5fd366e88b85c672dc85bad
|
3 |
+
size 482302756
|
coreml/text-generation/float32_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"01BC054C-774B-4E46-9F92-73A8856F3161": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"131F2A6D-E4A6-4A57-8EF6-1CC9789D9AF9": {
|
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": "131F2A6D-E4A6-4A57-8EF6-1CC9789D9AF9"
|
18 |
+
}
|