tibOin commited on
Commit
2dd1aeb
1 Parent(s): 05025ea

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:492c24df6b276ceb89dc513dac8bed38e53c8a4547440fcb0a00517f2b1266ec
3
+ size 2477300
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:272303915eac81512cdba10099c5316771ca0079e76e410e7dd7dc1ecf66893c
3
+ size 659044868
coreml/text-generation/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "3D768EA7-0CA8-477D-9E16-91D70DFC81B2": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "C03FCC76-64EF-4AAE-B9B3-41B437D74170": {
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": "C03FCC76-64EF-4AAE-B9B3-41B437D74170"
18
+ }