machinelearn commited on
Commit
fddceca
1 Parent(s): f1623eb

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:ea9b21f26bffd779f1a93df19667767e44fba4d3184d420d17541cb7219db901
3
+ size 2477285
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:9fd2466043953380a8226c2c8a6d51b70186191f7f639dfcb3b2c5e78a7857c3
3
+ size 386952832
coreml/text-generation/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "42B3B6EC-5E04-461E-835D-ECC4FB04CA44": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "910157BC-30C8-428A-A249-300942EB165F": {
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": "910157BC-30C8-428A-A249-300942EB165F"
18
+ }