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