michaeljelly
commited on
Commit
•
bb6c7f8
1
Parent(s):
147be16
Add Core ML conversion (#1)
Browse files- Add Core ML conversion (7eb97037cb31d7b64cb16ceb71f145d072bc9517)
coreml/feature-extraction/float16_model.mlpackage/Data/com.apple.CoreML/model.mlmodel
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:295db51f4862ec896d2cd5e82ff05522687c5f67e376664d5b40cab1f28b893a
|
3 |
+
size 136067
|
coreml/feature-extraction/float16_model.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:0018251165e2e2ea171101d1f2486e125f478f33377379222fdb5746693b7430
|
3 |
+
size 66534656
|
coreml/feature-extraction/float16_model.mlpackage/Manifest.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fileFormatVersion": "1.0.0",
|
3 |
+
"itemInfoEntries": {
|
4 |
+
"442BB015-2804-433B-B191-C384B302A1E6": {
|
5 |
+
"author": "com.apple.CoreML",
|
6 |
+
"description": "CoreML Model Specification",
|
7 |
+
"name": "model.mlmodel",
|
8 |
+
"path": "com.apple.CoreML/model.mlmodel"
|
9 |
+
},
|
10 |
+
"7DD4C053-AFFF-4A5B-B0AB-FECDFE3DB33E": {
|
11 |
+
"author": "com.apple.CoreML",
|
12 |
+
"description": "CoreML Model Weights",
|
13 |
+
"name": "weights",
|
14 |
+
"path": "com.apple.CoreML/weights"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"rootModelIdentifier": "442BB015-2804-433B-B191-C384B302A1E6"
|
18 |
+
}
|