griffenk commited on
Commit
8b92dd0
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:fcc9630c5ce5d023dd1373edc4fede0d0bacaac2b015e2cfda8feb4e4c31ef8b
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
+ "3B514D1E-7B85-49CB-9484-FA9DCF6B363B": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "733F1E88-A195-497E-BAC0-71FBDCD38BD5": {
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": "733F1E88-A195-497E-BAC0-71FBDCD38BD5"
18
+ }