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