Core ML
pcuenq HF staff commited on
Commit
f222996
1 Parent(s): 12bdf81

Upload folder using huggingface_hub

Browse files
OpenELM-1_1B-128-float32.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77809a63989a3500446aa8ec3cb379cbb04dccb68c0ab8d92bf0a0462b2234bd
3
+ size 472337
OpenELM-1_1B-128-float32.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:a0f87cb560fb7d8c2b659fab3bdebf1aa45f2b9f5b17aee600226152d46cc739
3
+ size 4320870784
OpenELM-1_1B-128-float32.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "005fe2bb-7e88-47fb-956a-6515bccc0cfb": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "30200e1d-e31b-4870-b5de-8bb98d27ccff": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "005fe2bb-7e88-47fb-956a-6515bccc0cfb"
18
+ }
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+
2
+ This repository contains a Core ML conversion of [apple/OpenELM-1_1B](https://hf.co/apple/OpenELM-1_1B) with the following characteristics:
3
+
4
+ - Sequence length: 128, fixed.
5
+ - Precision: float32.
6
+
7
+ Please, check the [original model card](https://hf.co/apple/OpenELM-1_1B) for additional details on the model.