Upload folder using huggingface_hub
Browse files
OpenELM-270M-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:31c7ad334124284861f5c3e0513ef5daea32a9e822872cf4813ff6c90a067914
|
3 |
+
size 270654
|
OpenELM-270M-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:e4ebb3ff5923f5215e0cca6e85f4dcecc1ad905bd0badaf5f8c8ae6a986a4dfd
|
3 |
+
size 1086767744
|
OpenELM-270M-Instruct-128-float32.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"133b96a3-0642-480b-ad39-74ac656d479e": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Weights",
|
7 |
+
"name": "weights",
|
8 |
+
"path": "com.apple.CoreML/weights"
|
9 |
+
},
|
10 |
+
"9e326339-c04d-4992-ae8e-0b65677c4c69": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Specification",
|
13 |
+
"name": "model.mlmodel",
|
14 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "9e326339-c04d-4992-ae8e-0b65677c4c69"
|
18 |
+
}
|
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
This repository contains a Core ML conversion of [apple/OpenELM-270M-Instruct](https://hf.co/apple/OpenELM-270M-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-270M-Instruct) for additional details on the model.
|