SwiftySteve commited on
Commit
0125237
·
1 Parent(s): bc50af1

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (8fc9bf98821b2e71dda9fc679aca0b03de8855b1)

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:2597abb584440351a34c08b697025480586370afb874f60a64f5af0179edd2b3
3
+ size 33484
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:9d9c5b1f3a850d934ff0d2f7514443c17517552de2ebc99a1df59895916f1187
3
+ size 4330304
coreml/text-generation/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "06A59524-4F56-44E2-8722-594BB4E7DD0A": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "9C9D4B24-CBD2-487E-9611-FBA10FDAED67": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "06A59524-4F56-44E2-8722-594BB4E7DD0A"
18
+ }