openai_whisper-base/AudioEncoder.mlmodelc/metadata.json
1.8 KB · 69 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 × 512 × 1 × 1500)",
11 "shortDescription" : "",
12 "shape" : "[1, 512, 1, 1500]",
13 "name" : "encoder_output_embeds",
14 "type" : "MultiArray"
15 }
16 ],
17 "modelParameters" : [
18
19 ],
20 "specificationVersion" : 7,
21 "mlProgramOperationTypeHistogram" : {
22 "Concat" : 54,
23 "Ios16.rsqrt" : 13,
24 "Ios16.mul" : 218,
25 "SliceByIndex" : 336,
26 "Ios16.sub" : 13,
27 "Transpose" : 6,
28 "Ios16.einsum" : 384,
29 "Ios16.conv" : 38,
30 "Ios16.add" : 26,
31 "Ios16.reduceMean" : 26,
32 "Ios16.softmax" : 192,
33 "Ios16.gelu" : 8,
34 "Ios16.batchNorm" : 13
35 },
36 "computePrecision" : "Mixed (Float16, Int32)",
37 "isUpdatable" : "0",
38 "availability" : {
39 "macOS" : "13.0",
40 "tvOS" : "16.0",
41 "visionOS" : "1.0",
42 "watchOS" : "9.0",
43 "iOS" : "16.0",
44 "macCatalyst" : "16.0"
45 },
46 "modelType" : {
47 "name" : "MLModelType_mlProgram"
48 },
49 "userDefinedMetadata" : {
50 "com.github.apple.coremltools.source_dialect" : "TorchScript",
51 "com.github.apple.coremltools.source" : "torch==2.2.1",
52 "com.github.apple.coremltools.version" : "7.1"
53 },
54 "inputSchema" : [
55 {
56 "hasShapeFlexibility" : "0",
57 "isOptional" : "0",
58 "dataType" : "Float16",
59 "formattedType" : "MultiArray (Float16 1 × 80 × 1 × 3000)",
60 "shortDescription" : "",
61 "shape" : "[1, 80, 1, 3000]",
62 "name" : "melspectrogram_features",
63 "type" : "MultiArray"
64 }
65 ],
66 "generatedClassName" : "AudioEncoder",
67 "method" : "predict"
68 }
69 ]