Upload folder using huggingface_hub
Browse files
OpenELM-3B-Instruct-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:13a2ba7f8cee88aa7a8beaf8d60c3c47cea84684edd2abd10cf373012bdbffe5
|
3 |
+
size 608794
|
OpenELM-3B-Instruct-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:633c8ad9106c3a5b5f2d696f34d916efcf854edc9ecaf1ae08621bb7b22fc08f
|
3 |
+
size 12148969344
|
OpenELM-3B-Instruct-128-float32.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"8ab96a5c-2c20-447d-8d19-daf8c7991b13": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"b5cfdeea-4f4d-4b05-9257-4cbb4eea9064": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "8ab96a5c-2c20-447d-8d19-daf8c7991b13"
|
18 |
+
}
|
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
This repository contains a Core ML conversion of [apple/OpenELM-3B-Instruct](https://hf.co/apple/OpenELM-3B-Instruct) 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-3B-Instruct) for additional details on the model.
|