openai_whisper-tiny/MelSpectrogram.mlmodelc/metadata.json
1.8 KB · 71 lines · json Raw
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 × 80 × 1 × 3000)",
11 "shortDescription" : "",
12 "shape" : "[1, 80, 1, 3000]",
13 "name" : "melspectrogram_features",
14 "type" : "MultiArray"
15 }
16 ],
17 "modelParameters" : [
18
19 ],
20 "specificationVersion" : 7,
21 "mlProgramOperationTypeHistogram" : {
22 "Pad" : 1,
23 "Ios16.mul" : 2,
24 "SliceByIndex" : 1,
25 "Ios16.sub" : 1,
26 "Ios16.log" : 1,
27 "Ios16.conv" : 2,
28 "Ios16.add" : 3,
29 "Ios16.square" : 2,
30 "Ios16.matmul" : 1,
31 "Squeeze" : 2,
32 "Ios16.maximum" : 1,
33 "ExpandDims" : 4,
34 "Ios16.reduceMax" : 1,
35 "Identity" : 1,
36 "Ios16.reshape" : 2
37 },
38 "computePrecision" : "Mixed (Float16, Int32)",
39 "isUpdatable" : "0",
40 "availability" : {
41 "macOS" : "13.0",
42 "tvOS" : "16.0",
43 "visionOS" : "1.0",
44 "watchOS" : "9.0",
45 "iOS" : "16.0",
46 "macCatalyst" : "16.0"
47 },
48 "modelType" : {
49 "name" : "MLModelType_mlProgram"
50 },
51 "userDefinedMetadata" : {
52 "com.github.apple.coremltools.source_dialect" : "TorchScript",
53 "com.github.apple.coremltools.version" : "7.1",
54 "com.github.apple.coremltools.source" : "torch==2.2.1"
55 },
56 "inputSchema" : [
57 {
58 "hasShapeFlexibility" : "0",
59 "isOptional" : "0",
60 "dataType" : "Float16",
61 "formattedType" : "MultiArray (Float16 480000)",
62 "shortDescription" : "",
63 "shape" : "[480000]",
64 "name" : "audio",
65 "type" : "MultiArray"
66 }
67 ],
68 "generatedClassName" : "MelSpectrogram",
69 "method" : "predict"
70 }
71 ]