Add Core ML version of instruct-gpt-j for text-generation
Browse files
coreml/text-generation/float16_logits_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:8731e6de5109d24bf2851a87032a5b44a1025f743ae384c6148a5f7ff61b03a3
|
3 |
+
size 7818714
|
coreml/text-generation/float16_logits_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:f47cdb37d0f1174904cdfd81460e744ea1a6d4ae2c3ce308b3d941824acd6ad1
|
3 |
+
size 12133912640
|
coreml/text-generation/float16_logits_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"bf41fe4f-0033-47b4-88a8-c7f87d23bfc8": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"e9a44c68-fc5c-4971-a3be-d4c856c5410c": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "bf41fe4f-0033-47b4-88a8-c7f87d23bfc8"
|
18 |
+
}
|