Upload 12 files
Browse files- ggml-large-v2-encoder.mlmodelc/analytics/coremldata.bin +3 -0
- ggml-large-v2-encoder.mlmodelc/coremldata.bin +3 -0
- ggml-large-v2-encoder.mlmodelc/metadata.json +66 -0
- ggml-large-v2-encoder.mlmodelc/model.mil +0 -0
- ggml-large-v2-encoder.mlmodelc/weights/weight.bin +3 -0
- ggml-large-v2-q8_0.bin +3 -0
- ggml-large-v3-encoder.mlmodelc/analytics/coremldata.bin +1 -1
- ggml-large-v3-encoder.mlmodelc/coremldata.bin +1 -1
- ggml-large-v3-encoder.mlmodelc/metadata.json +1 -1
- ggml-large-v3-encoder.mlmodelc/model.mil +0 -0
- ggml-large-v3-encoder.mlmodelc/weights/weight.bin +2 -2
ggml-large-v2-encoder.mlmodelc/analytics/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0b061176b791284f765ca1e72c9c7fed728ef6cf0af875a51c93fd1a8e525f
|
3 |
+
size 243
|
ggml-large-v2-encoder.mlmodelc/coremldata.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae8e3d2e9d47c7254f44d42290d3bfc325144bd7671d7631b3eb222484a1006e
|
3 |
+
size 318
|
ggml-large-v2-encoder.mlmodelc/metadata.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"metadataOutputVersion" : "3.0",
|
4 |
+
"storagePrecision" : "Float16",
|
5 |
+
"outputSchema" : [
|
6 |
+
{
|
7 |
+
"hasShapeFlexibility" : "0",
|
8 |
+
"isOptional" : "0",
|
9 |
+
"dataType" : "Float16",
|
10 |
+
"formattedType" : "MultiArray (Float16 1 × 1500 × 1280)",
|
11 |
+
"shortDescription" : "",
|
12 |
+
"shape" : "[1, 1500, 1280]",
|
13 |
+
"name" : "output",
|
14 |
+
"type" : "MultiArray"
|
15 |
+
}
|
16 |
+
],
|
17 |
+
"modelParameters" : [
|
18 |
+
|
19 |
+
],
|
20 |
+
"specificationVersion" : 8,
|
21 |
+
"mlProgramOperationTypeHistogram" : {
|
22 |
+
"Ios17.layerNorm" : 65,
|
23 |
+
"Ios17.reshape" : 128,
|
24 |
+
"Ios17.conv" : 2,
|
25 |
+
"Ios17.linear" : 192,
|
26 |
+
"Ios17.add" : 65,
|
27 |
+
"Ios17.matmul" : 64,
|
28 |
+
"Ios16.gelu" : 34,
|
29 |
+
"Ios16.softmax" : 32,
|
30 |
+
"Ios17.mul" : 64,
|
31 |
+
"Ios17.transpose" : 129
|
32 |
+
},
|
33 |
+
"computePrecision" : "Mixed (Float16, Int32)",
|
34 |
+
"isUpdatable" : "0",
|
35 |
+
"availability" : {
|
36 |
+
"macOS" : "14.0",
|
37 |
+
"tvOS" : "17.0",
|
38 |
+
"visionOS" : "1.0",
|
39 |
+
"watchOS" : "10.0",
|
40 |
+
"iOS" : "17.0",
|
41 |
+
"macCatalyst" : "17.0"
|
42 |
+
},
|
43 |
+
"modelType" : {
|
44 |
+
"name" : "MLModelType_mlProgram"
|
45 |
+
},
|
46 |
+
"userDefinedMetadata" : {
|
47 |
+
"com.github.apple.coremltools.source_dialect" : "TorchScript",
|
48 |
+
"com.github.apple.coremltools.source" : "torch==2.3.0",
|
49 |
+
"com.github.apple.coremltools.version" : "7.2"
|
50 |
+
},
|
51 |
+
"inputSchema" : [
|
52 |
+
{
|
53 |
+
"hasShapeFlexibility" : "0",
|
54 |
+
"isOptional" : "0",
|
55 |
+
"dataType" : "Float16",
|
56 |
+
"formattedType" : "MultiArray (Float16 1 × 80 × 3000)",
|
57 |
+
"shortDescription" : "",
|
58 |
+
"shape" : "[1, 80, 3000]",
|
59 |
+
"name" : "logmel_data",
|
60 |
+
"type" : "MultiArray"
|
61 |
+
}
|
62 |
+
],
|
63 |
+
"generatedClassName" : "ggml_large_v2_encoder",
|
64 |
+
"method" : "predict"
|
65 |
+
}
|
66 |
+
]
|
ggml-large-v2-encoder.mlmodelc/model.mil
ADDED
The diff for this file is too large to render.
See raw diff
|
|
ggml-large-v2-encoder.mlmodelc/weights/weight.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38680c45f8b18d9586187777968cf81e3e7b7af6baa88a52fc1a06bdb8798548
|
3 |
+
size 1063806016
|
ggml-large-v2-q8_0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a0b8cd189b25520643b628d08dd100a8f0c884c048c25950302bd01a259ae58
|
3 |
+
size 967527492
|
ggml-large-v3-encoder.mlmodelc/analytics/coremldata.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 243
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f3c468ec7667cd29ab246467a25b2b93f67b72690248d50d5477ea32e2af932
|
3 |
size 243
|
ggml-large-v3-encoder.mlmodelc/coremldata.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 319
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8cf0ad791b6d5613788de024fd72ea2af5e4c08b696fa2528f5ed25a25b5b4b
|
3 |
size 319
|
ggml-large-v3-encoder.mlmodelc/metadata.json
CHANGED
@@ -45,7 +45,7 @@
|
|
45 |
},
|
46 |
"userDefinedMetadata" : {
|
47 |
"com.github.apple.coremltools.source_dialect" : "TorchScript",
|
48 |
-
"com.github.apple.coremltools.source" : "torch==2.
|
49 |
"com.github.apple.coremltools.version" : "7.2"
|
50 |
},
|
51 |
"inputSchema" : [
|
|
|
45 |
},
|
46 |
"userDefinedMetadata" : {
|
47 |
"com.github.apple.coremltools.source_dialect" : "TorchScript",
|
48 |
+
"com.github.apple.coremltools.source" : "torch==2.3.0",
|
49 |
"com.github.apple.coremltools.version" : "7.2"
|
50 |
},
|
51 |
"inputSchema" : [
|
ggml-large-v3-encoder.mlmodelc/model.mil
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
ggml-large-v3-encoder.mlmodelc/weights/weight.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:086e3063e54313291f2d4199d1303e64e466d638384c9469ac3f6ad95ce0c895
|
3 |
+
size 1064174656
|