griffenk commited on
Commit
55caecb
1 Parent(s): 994a56c

Add Core ML conversion

Browse files

Core ML conversion, task=text-generation, precision=float32

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:4ed1bbfd68a89db444e9220e9d9b63214b9dd35e8a95b8895c28f0d6a192c3b7
3
+ size 511746
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:34d4211d4630ff8e4d616c146a9091b0d9cec3e9417b293e16e17c45cb91d5a4
3
+ size 1416915740
coreml/text-generation/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "15F7D85F-1FA7-4509-8EF8-749951BA6BC6": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "B5E64085-6BCB-45A1-B683-280A809896A6": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "15F7D85F-1FA7-4509-8EF8-749951BA6BC6"
18
+ }