Upload folder using huggingface_hub
Browse files
OpenELM-1_1B-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:577a00d96cd685c22150effa1cc0f886e8b3d031a61c97b3c67928cc1659cfc3
|
3 |
+
size 472337
|
OpenELM-1_1B-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:a1b5dece7dcdd124991c3b4df3b70d10a67c558e50e7fb092bed25d2e28caa8e
|
3 |
+
size 4320870784
|
OpenELM-1_1B-Instruct-128-float32.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"21cb8b04-414d-42eb-9c5f-30aa1c45714c": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"4e515063-dafb-4535-a32e-26dfb80282a3": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "21cb8b04-414d-42eb-9c5f-30aa1c45714c"
|
18 |
+
}
|
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
This repository contains a Core ML conversion of [apple/OpenELM-1_1B-Instruct](https://hf.co/apple/OpenELM-1_1B-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-1_1B-Instruct) for additional details on the model.
|