griffenk commited on
Commit
6d2bc36
1 Parent(s): e061890

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:01753a192ca975ae3e59bbd4aac557e84fe5205c314f92aec805a161e38534e2
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
+ "A1AB56C3-9299-41F7-8C02-B2DBF4D3FFE3": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "A4C55FBC-C578-4E70-8C14-9BC75E2E3DF5": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "A1AB56C3-9299-41F7-8C02-B2DBF4D3FFE3"
18
+ }