TKDKid1000
commited on
Commit
•
9a77819
1
Parent(s):
10e804c
Add Core ML conversion (#1)
Browse files- Add Core ML conversion (a7c240ae8c3e5f2f50713335d5b74179140726be)
coreml/text-generation/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:22ed483b072f1e6a25b3437bd6894eb160bc91383820193ebdf91fd7a8edb341
|
3 |
+
size 382286
|
coreml/text-generation/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:89bcd48b6d1dc183f217b785aa204c96ea5f71f0576c0834526f77ec872be0cc
|
3 |
+
size 2200280134
|
coreml/text-generation/float16_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"71AEF9DE-C334-492A-8084-C420CD5C8925": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"8DF8D7F3-01EC-4B45-BF57-A9A0DD8323E8": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "71AEF9DE-C334-492A-8084-C420CD5C8925"
|
18 |
+
}
|