jgoodwill commited on
Commit
ce3f2c7
·
verified ·
1 Parent(s): 73a4aba

Add Core ML conversion (#1)

Browse files

- Add Core ML conversion (7ee3fc1695760634e142222c0a4dcffd52cd8377)

coreml/text2text-generation/decoder_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:3881437576f4d0c21d95ae5a5cbeaccb56b2312bdb136401eee81851919ddf13
3
+ size 117967
coreml/text2text-generation/decoder_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:d853d84600ba5bc3d22d2d093c0a3226c5eb873854dd1de9c140e618c0c53708
3
+ size 167693184
coreml/text2text-generation/decoder_float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "03698218-ED73-4E03-949F-648C0B6F45D7": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "B693FF1C-0730-4A65-ACEE-6CED4217C395": {
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": "B693FF1C-0730-4A65-ACEE-6CED4217C395"
18
+ }
coreml/text2text-generation/encoder_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:5e60afd784203b464bfcf2ae0cb0d4ea92eea24aafd34bd70e538c6fe570a28d
3
+ size 59352
coreml/text2text-generation/encoder_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:3839957f69ea386f63e8c88574a564f3732f52cc5568216fc4685cecfe0e1a6e
3
+ size 141860224
coreml/text2text-generation/encoder_float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "2C98F2DB-FFF8-4F51-B4BB-77760094FC6A": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "CF871D07-1CE1-4B51-B662-F82C3076E056": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "2C98F2DB-FFF8-4F51-B4BB-77760094FC6A"
18
+ }