Norod78 pcuenq HF staff commited on
Commit
ad9105a
1 Parent(s): f61c942

Add Core ML conversion (#4)

Browse files

- Add Core ML conversion (37497eb5ad10d6c3515346083dda691774c941dc)


Co-authored-by: Pedro Cuenca <pcuenq@users.noreply.huggingface.co>

.gitattributes CHANGED
@@ -17,3 +17,4 @@
17
  model.safetensors filter=lfs diff=lfs merge=lfs -text
18
  coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel filter=lfs diff=lfs merge=lfs -text
19
  coreml/text-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel filter=lfs diff=lfs merge=lfs -text
 
17
  model.safetensors filter=lfs diff=lfs merge=lfs -text
18
  coreml/feature-extraction/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel filter=lfs diff=lfs merge=lfs -text
19
  coreml/text-classification/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel filter=lfs diff=lfs merge=lfs -text
20
+ coreml/text-generation/float32_model.mlpackage/Data/com.apple.CoreML/model.mlmodel filter=lfs diff=lfs merge=lfs -text
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:3ff7f62446a3ab54ed8164b10f4d5287f5d58029cee487681cb2a1472f32dca2
3
+ size 1234849
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:ae6f47c76bbe1cb801e6d1c2ba3b546ed5a72b8e99cacaa73e26b52d18d8ff10
3
+ size 484213892
coreml/text-generation/float32_model.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "47C8BF49-C90D-4371-B531-19FD10A8BBEC": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "AC941E55-FE75-41E4-BDD8-687B7B076C71": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "47C8BF49-C90D-4371-B531-19FD10A8BBEC"
18
+ }