edeuxk commited on
Commit
18a1b21
·
verified ·
1 Parent(s): 6d49239

Upload parakeet_mel_encoder.mlmodelc/metadata.json with huggingface_hub

Browse files
parakeet_mel_encoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "shortDescription" : "Parakeet fused Mel+Encoder (15 s window)",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32 1 × 1024 × 188)",
11
+ "shortDescription" : "",
12
+ "shape" : "[1, 1024, 188]",
13
+ "name" : "encoder",
14
+ "type" : "MultiArray"
15
+ },
16
+ {
17
+ "hasShapeFlexibility" : "0",
18
+ "isOptional" : "0",
19
+ "dataType" : "Int32",
20
+ "formattedType" : "MultiArray (Int32 1)",
21
+ "shortDescription" : "",
22
+ "shape" : "[1]",
23
+ "name" : "encoder_length",
24
+ "type" : "MultiArray"
25
+ }
26
+ ],
27
+ "storagePrecision" : "Float16",
28
+ "modelParameters" : [
29
+
30
+ ],
31
+ "author" : "Fluid Inference",
32
+ "specificationVersion" : 8,
33
+ "mlProgramOperationTypeHistogram" : {
34
+ "Tile" : 2,
35
+ "Stack" : 1,
36
+ "Ios17.greaterEqual" : 1,
37
+ "Ios16.silu" : 72,
38
+ "Ios17.sub" : 4,
39
+ "Identity" : 1,
40
+ "Ios16.reduceSum" : 4,
41
+ "Pad" : 49,
42
+ "Ios17.logicalNot" : 2,
43
+ "Ios17.sliceByIndex" : 51,
44
+ "Ios17.concat" : 1,
45
+ "Ios17.pow" : 2,
46
+ "Ios17.sqrt" : 1,
47
+ "Ios17.floor" : 3,
48
+ "Ios17.floorDiv" : 1,
49
+ "Ios17.expandDims" : 13,
50
+ "Ios17.less" : 2,
51
+ "Ios17.mul" : 100,
52
+ "Ios17.transpose" : 172,
53
+ "Ios17.matmul" : 73,
54
+ "Ios16.sigmoid" : 24,
55
+ "Ios17.conv" : 79,
56
+ "Ios17.reshape" : 147,
57
+ "Split" : 24,
58
+ "Ios17.log" : 1,
59
+ "Ios17.cast" : 7,
60
+ "Ios17.linear" : 193,
61
+ "Ios17.realDiv" : 3,
62
+ "Select" : 75,
63
+ "Ios16.relu" : 3,
64
+ "Ios16.softmax" : 24,
65
+ "Ios17.add" : 178,
66
+ "Ios17.layerNorm" : 120,
67
+ "Ios17.logicalAnd" : 2
68
+ },
69
+ "computePrecision" : "Mixed (Float16, Float32, Int32)",
70
+ "isUpdatable" : "0",
71
+ "stateSchema" : [
72
+
73
+ ],
74
+ "availability" : {
75
+ "macOS" : "14.0",
76
+ "tvOS" : "17.0",
77
+ "visionOS" : "1.0",
78
+ "watchOS" : "10.0",
79
+ "iOS" : "17.0",
80
+ "macCatalyst" : "17.0"
81
+ },
82
+ "modelType" : {
83
+ "name" : "MLModelType_mlProgram"
84
+ },
85
+ "inputSchema" : [
86
+ {
87
+ "hasShapeFlexibility" : "0",
88
+ "isOptional" : "0",
89
+ "dataType" : "Float32",
90
+ "formattedType" : "MultiArray (Float32 1 × 240000)",
91
+ "shortDescription" : "",
92
+ "shape" : "[1, 240000]",
93
+ "name" : "audio_signal",
94
+ "type" : "MultiArray"
95
+ },
96
+ {
97
+ "hasShapeFlexibility" : "0",
98
+ "isOptional" : "0",
99
+ "dataType" : "Int32",
100
+ "formattedType" : "MultiArray (Int32 1)",
101
+ "shortDescription" : "",
102
+ "shape" : "[1]",
103
+ "name" : "audio_length",
104
+ "type" : "MultiArray"
105
+ }
106
+ ],
107
+ "userDefinedMetadata" : {
108
+ "com.github.apple.coremltools.conversion_date" : "2026-01-12",
109
+ "com.github.apple.coremltools.source" : "torch==2.7.0",
110
+ "com.github.apple.coremltools.version" : "9.0b1",
111
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
112
+ },
113
+ "generatedClassName" : "parakeet_mel_encoder",
114
+ "method" : "predict"
115
+ }
116
+ ]