Remove old Model.* files (renamed to vit-base-patch16-224.*)
Browse files- Model.mlmodelc/analytics/coremldata.bin +0 -3
- Model.mlmodelc/coremldata.bin +0 -3
- Model.mlmodelc/metadata.json +0 -80
- Model.mlmodelc/model.mil +0 -0
- Model.mlmodelc/weights/weight.bin +0 -3
- Model.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -3
- Model.mlpackage/Data/com.apple.CoreML/weights/weight.bin +0 -3
- Model.mlpackage/Manifest.json +0 -18
Model.mlmodelc/analytics/coremldata.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:31b8ceb0ecdd2d3b2686720af5c4bedb9fdd2dd4c4d07f576133180bfd018b09
|
| 3 |
-
size 243
|
|
|
|
|
|
|
|
|
|
|
|
Model.mlmodelc/coremldata.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bda5a981fe7dc407a1202b87466383e886c4cd60cb37b252ecd7880538764ca9
|
| 3 |
-
size 493
|
|
|
|
|
|
|
|
|
|
|
|
Model.mlmodelc/metadata.json
DELETED
|
@@ -1,80 +0,0 @@
|
|
| 1 |
-
[
|
| 2 |
-
{
|
| 3 |
-
"shortDescription" : "vit-base-patch16-224 — Image Classification (int8)",
|
| 4 |
-
"metadataOutputVersion" : "3.0",
|
| 5 |
-
"outputSchema" : [
|
| 6 |
-
{
|
| 7 |
-
"hasShapeFlexibility" : "0",
|
| 8 |
-
"isOptional" : "0",
|
| 9 |
-
"dataType" : "Float16",
|
| 10 |
-
"formattedType" : "MultiArray (Float16 1 × 1000)",
|
| 11 |
-
"shortDescription" : "",
|
| 12 |
-
"shape" : "[1, 1000]",
|
| 13 |
-
"name" : "var_917",
|
| 14 |
-
"type" : "MultiArray"
|
| 15 |
-
}
|
| 16 |
-
],
|
| 17 |
-
"version" : "int8",
|
| 18 |
-
"modelParameters" : [
|
| 19 |
-
|
| 20 |
-
],
|
| 21 |
-
"author" : "Converted from google\/vit-base-patch16-224",
|
| 22 |
-
"specificationVersion" : 7,
|
| 23 |
-
"storagePrecision" : "Mixed (Float16, Int8)",
|
| 24 |
-
"license" : "apache-2.0",
|
| 25 |
-
"mlProgramOperationTypeHistogram" : {
|
| 26 |
-
"Concat" : 1,
|
| 27 |
-
"Ios16.cast" : 1,
|
| 28 |
-
"Ios16.mul" : 13,
|
| 29 |
-
"Ios16.layerNorm" : 25,
|
| 30 |
-
"SliceByIndex" : 1,
|
| 31 |
-
"Ios16.constexprAffineDequantize" : 75,
|
| 32 |
-
"Transpose" : 49,
|
| 33 |
-
"Ios16.linear" : 73,
|
| 34 |
-
"Ios16.add" : 25,
|
| 35 |
-
"Ios16.conv" : 1,
|
| 36 |
-
"Ios16.matmul" : 24,
|
| 37 |
-
"Ios16.softmax" : 12,
|
| 38 |
-
"Ios16.gelu" : 12,
|
| 39 |
-
"Ios16.reshape" : 49
|
| 40 |
-
},
|
| 41 |
-
"computePrecision" : "Mixed (Float16, Float32, Int32)",
|
| 42 |
-
"stateSchema" : [
|
| 43 |
-
|
| 44 |
-
],
|
| 45 |
-
"isUpdatable" : "0",
|
| 46 |
-
"availability" : {
|
| 47 |
-
"macOS" : "13.0",
|
| 48 |
-
"tvOS" : "16.0",
|
| 49 |
-
"visionOS" : "1.0",
|
| 50 |
-
"watchOS" : "9.0",
|
| 51 |
-
"iOS" : "16.0",
|
| 52 |
-
"macCatalyst" : "16.0"
|
| 53 |
-
},
|
| 54 |
-
"modelType" : {
|
| 55 |
-
"name" : "MLModelType_mlProgram"
|
| 56 |
-
},
|
| 57 |
-
"inputSchema" : [
|
| 58 |
-
{
|
| 59 |
-
"height" : "224",
|
| 60 |
-
"colorspace" : "RGB",
|
| 61 |
-
"isOptional" : "0",
|
| 62 |
-
"width" : "224",
|
| 63 |
-
"isColor" : "1",
|
| 64 |
-
"formattedType" : "Image (Color 224 × 224)",
|
| 65 |
-
"hasSizeFlexibility" : "0",
|
| 66 |
-
"type" : "Image",
|
| 67 |
-
"shortDescription" : "",
|
| 68 |
-
"name" : "pixel_values"
|
| 69 |
-
}
|
| 70 |
-
],
|
| 71 |
-
"userDefinedMetadata" : {
|
| 72 |
-
"com.github.apple.coremltools.conversion_date" : "2026-02-25",
|
| 73 |
-
"com.github.apple.coremltools.source" : "torch==2.2.2",
|
| 74 |
-
"com.github.apple.coremltools.version" : "9.0",
|
| 75 |
-
"com.github.apple.coremltools.source_dialect" : "TorchScript"
|
| 76 |
-
},
|
| 77 |
-
"generatedClassName" : "Model",
|
| 78 |
-
"method" : "predict"
|
| 79 |
-
}
|
| 80 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Model.mlmodelc/model.mil
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Model.mlmodelc/weights/weight.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d1abbc17ba83b8a33a6fdbbefe6dc4dd5f54b57f3c5c25f8cb08bac891beffba
|
| 3 |
-
size 86883664
|
|
|
|
|
|
|
|
|
|
|
|
Model.mlpackage/Data/com.apple.CoreML/model.mlmodel
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7761f4838f2819e8795da93a891df0a4949004b7083b8857228bbadb5a2b4f2e
|
| 3 |
-
size 152235
|
|
|
|
|
|
|
|
|
|
|
|
Model.mlpackage/Data/com.apple.CoreML/weights/weight.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d1abbc17ba83b8a33a6fdbbefe6dc4dd5f54b57f3c5c25f8cb08bac891beffba
|
| 3 |
-
size 86883664
|
|
|
|
|
|
|
|
|
|
|
|
Model.mlpackage/Manifest.json
DELETED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"fileFormatVersion": "1.0.0",
|
| 3 |
-
"itemInfoEntries": {
|
| 4 |
-
"18C3EBA4-34B4-4278-91F7-B8AFB4EAFAB1": {
|
| 5 |
-
"author": "com.apple.CoreML",
|
| 6 |
-
"description": "CoreML Model Specification",
|
| 7 |
-
"name": "model.mlmodel",
|
| 8 |
-
"path": "com.apple.CoreML/model.mlmodel"
|
| 9 |
-
},
|
| 10 |
-
"2629EC02-69BB-4282-90D2-314DBA0463AC": {
|
| 11 |
-
"author": "com.apple.CoreML",
|
| 12 |
-
"description": "CoreML Model Weights",
|
| 13 |
-
"name": "weights",
|
| 14 |
-
"path": "com.apple.CoreML/weights"
|
| 15 |
-
}
|
| 16 |
-
},
|
| 17 |
-
"rootModelIdentifier": "18C3EBA4-34B4-4278-91F7-B8AFB4EAFAB1"
|
| 18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|