SwiftySteve commited on
Commit
3f9f9fa
·
1 Parent(s): 90dd5fc

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (58704ec42ceec29c32577d2cf957123b4343380f)

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:c5648d6c69dd8b73ff1b6744cd511db1db6b34efdfb2eed586ea199b35edc02a
3
+ size 43984
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:2193a0f13c6b8ea563aff1217428a40a6b0e0593cf4a7582da432570e415b2f8
3
+ size 6921860
coreml/text-generation/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "61C7935D-2239-41C9-84C6-025CC12C85F3": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "689D245B-29D7-4D25-A65D-3F24B1C770BC": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "61C7935D-2239-41C9-84C6-025CC12C85F3"
18
+ }