distil-whisper_distil-large-v3_turbo_600MB/AudioEncoder.mlmodelc/metadata.json
2.0 KB · 70 lines · json Raw
1 [
2 {
3 "metadataOutputVersion" : "3.0",
4 "storagePrecision" : "Mixed (Float16, Palettized (4 bits))",
5 "outputSchema" : [
6 {
7 "hasShapeFlexibility" : "0",
8 "isOptional" : "0",
9 "dataType" : "Float16",
10 "formattedType" : "MultiArray (Float16 1 × 1280 × 1 × 1500)",
11 "shortDescription" : "",
12 "shape" : "[1, 1280, 1, 1500]",
13 "name" : "encoder_output_embeds",
14 "type" : "MultiArray"
15 }
16 ],
17 "modelParameters" : [
18
19 ],
20 "specificationVersion" : 8,
21 "mlProgramOperationTypeHistogram" : {
22 "Ios17.mul" : 2690,
23 "Ios17.transpose" : 32,
24 "Ios17.rsqrt" : 65,
25 "Ios16.constexprLutToDense" : 192,
26 "Ios17.conv" : 578,
27 "Ios17.sub" : 65,
28 "Ios16.einsum" : 5120,
29 "Ios17.concat" : 672,
30 "Ios17.add" : 322,
31 "Ios16.reduceMean" : 130,
32 "Ios17.batchNorm" : 65,
33 "Ios17.sliceByIndex" : 4480,
34 "Ios16.softmax" : 2560,
35 "Ios16.gelu" : 34
36 },
37 "computePrecision" : "Mixed (Float16, Float32, Int32)",
38 "isUpdatable" : "0",
39 "availability" : {
40 "macOS" : "14.0",
41 "tvOS" : "17.0",
42 "visionOS" : "1.0",
43 "watchOS" : "10.0",
44 "iOS" : "17.0",
45 "macCatalyst" : "17.0"
46 },
47 "modelType" : {
48 "name" : "MLModelType_mlProgram"
49 },
50 "userDefinedMetadata" : {
51 "com.github.apple.coremltools.source_dialect" : "TorchScript",
52 "com.github.apple.coremltools.source" : "torch==2.2.0",
53 "com.github.apple.coremltools.version" : "7.1"
54 },
55 "inputSchema" : [
56 {
57 "hasShapeFlexibility" : "0",
58 "isOptional" : "0",
59 "dataType" : "Float16",
60 "formattedType" : "MultiArray (Float16 1 × 128 × 1 × 3000)",
61 "shortDescription" : "",
62 "shape" : "[1, 128, 1, 3000]",
63 "name" : "melspectrogram_features",
64 "type" : "MultiArray"
65 }
66 ],
67 "generatedClassName" : "AudioEncoder_mixedBitPalettized_4_0_bit",
68 "method" : "predict"
69 }
70 ]