Upload folder using huggingface_hub
Browse files
OpenELM-270M-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:36a65f95f4052f270f1479d4034311db5b851de3471a3f60e5c0c73bde917775
|
3 |
+
size 270654
|
OpenELM-270M-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:8425c0a6f13b20a9dbc0df39041b1ede9dddaaca6aca1e86b0f0a83ea128b180
|
3 |
+
size 1086767744
|
OpenELM-270M-128-float32.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"a5ddf62e-1c3f-4c3b-9517-412a612c69c6": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"b7d07c5b-f759-4135-9f2f-f785344d6276": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "a5ddf62e-1c3f-4c3b-9517-412a612c69c6"
|
18 |
+
}
|
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
This repository contains a Core ML conversion of [apple/OpenELM-270M](https://hf.co/apple/OpenELM-270M) 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) for additional details on the model.
|