openai_whisper-large-v3_947MB/AudioEncoder.mlmodelc/metadata.json
1.9 KB · 68 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" : 162,
23 "Ios17.rsqrt" : 65,
24 "Ios16.constexprLutToDense" : 192,
25 "Ios17.conv" : 578,
26 "Ios17.matmul" : 64,
27 "Ios17.sub" : 65,
28 "Ios17.add" : 322,
29 "Ios16.reduceMean" : 130,
30 "Ios17.batchNorm" : 65,
31 "Ios16.softmax" : 32,
32 "Ios16.gelu" : 34,
33 "Ios17.reshape" : 128
34 },
35 "computePrecision" : "Mixed (Float16, Float32, Int32)",
36 "isUpdatable" : "0",
37 "availability" : {
38 "macOS" : "14.0",
39 "tvOS" : "17.0",
40 "visionOS" : "1.0",
41 "watchOS" : "10.0",
42 "iOS" : "17.0",
43 "macCatalyst" : "17.0"
44 },
45 "modelType" : {
46 "name" : "MLModelType_mlProgram"
47 },
48 "userDefinedMetadata" : {
49 "com.github.apple.coremltools.source_dialect" : "TorchScript",
50 "com.github.apple.coremltools.source" : "torch==2.2.1",
51 "com.github.apple.coremltools.version" : "7.1"
52 },
53 "inputSchema" : [
54 {
55 "hasShapeFlexibility" : "0",
56 "isOptional" : "0",
57 "dataType" : "Float16",
58 "formattedType" : "MultiArray (Float16 1 × 128 × 1 × 3000)",
59 "shortDescription" : "",
60 "shape" : "[1, 128, 1, 3000]",
61 "name" : "melspectrogram_features",
62 "type" : "MultiArray"
63 }
64 ],
65 "generatedClassName" : "AudioEncoder_mixedBitPalettized_4_0_bit",
66 "method" : "predict"
67 }
68 ]