pcuenq HF staff commited on
Commit
38cc92e
1 Parent(s): f241065

Add Core ML conversion (#10)

Browse files

- Add Core ML conversion (da7a025bb8bec96ea621071459891f8510e087ee)

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:d19fa891e34f314c61a5d7262a61ae187664b5ef5e8113a9b32962c792676d2f
3
+ size 1240147
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:bb5eff8ff72219ddda6f919aa8623afa6cb2a96e732bf2e604c93e1e14b8df00
3
+ size 484212356
coreml/text-generation/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "7E122326-3AF0-4ED0-9356-53237403FF17": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "A1FAC8DB-7C40-4725-969C-A2491FFF24E2": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "7E122326-3AF0-4ED0-9356-53237403FF17"
18
+ }