Upload folder using huggingface_hub
Browse files
OpenELM-450M-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:f9f7c89d2695fbc6a28646494bb803d5b8d666ce6bdb3bc486c9fb38ca42f9ac
|
3 |
+
size 337798
|
OpenELM-450M-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:d77372f168dfc2e6a04ca601204458f8387b5c0ec4a0b80e5a8fb954d54c3111
|
3 |
+
size 1829562240
|
OpenELM-450M-128-float32.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"c780fc8a-2f59-474e-b592-d79f8be24228": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"f6a267c4-192e-44ea-b79f-81eb72770a5f": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "c780fc8a-2f59-474e-b592-d79f8be24228"
|
18 |
+
}
|
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
This repository contains a Core ML conversion of [apple/OpenELM-450M](https://hf.co/apple/OpenELM-450M) 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-450M) for additional details on the model.
|