SwiftySteve commited on
Commit
5988035
·
1 Parent(s): af2e82c

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (cf82864c9cb48992e6fe6dd6bca24de5667dffdc)

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:12af488dbec56c7ccd5904c77b5d7cfe8ba5bb61ba20490737ab57bcb03c26d7
3
+ size 125459
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:29156e9ccd1d7b040f441997d55b2e9d22c1cf02f705868632c2f59918668d07
3
+ size 437277632
coreml/text-generation/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "2D7AFED8-0FCE-4CA5-8CD6-03314B317D4E": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "9462241A-8AB6-4DB7-838A-6625B821DF01": {
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": "9462241A-8AB6-4DB7-838A-6625B821DF01"
18
+ }