edeuxk commited on
Commit
f525606
·
verified ·
1 Parent(s): 041066a

Upload parakeet_preprocessor.mlmodelc/metadata.json with huggingface_hub

Browse files
parakeet_preprocessor.mlmodelc/metadata.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "shortDescription" : "Parakeet preprocessor (15 s window)",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float32",
10
+ "formattedType" : "MultiArray (Float32)",
11
+ "shortDescription" : "",
12
+ "shape" : "[]",
13
+ "name" : "mel",
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" : "mel_length",
24
+ "type" : "MultiArray"
25
+ }
26
+ ],
27
+ "storagePrecision" : "Float16",
28
+ "modelParameters" : [
29
+
30
+ ],
31
+ "author" : "Fluid Inference",
32
+ "specificationVersion" : 8,
33
+ "mlProgramOperationTypeHistogram" : {
34
+ "Range1d" : 2,
35
+ "Ios17.reshape" : 2,
36
+ "Identity" : 1,
37
+ "Ios17.matmul" : 1,
38
+ "Ios17.expandDims" : 10,
39
+ "Select" : 3,
40
+ "Ios17.add" : 4,
41
+ "Tile" : 2,
42
+ "Ios17.sliceByIndex" : 3,
43
+ "Ios16.reduceSum" : 4,
44
+ "Shape" : 3,
45
+ "Ios17.gather" : 3,
46
+ "Pad" : 1,
47
+ "Ios17.log" : 1,
48
+ "Ios17.conv" : 2,
49
+ "Ios17.sub" : 4,
50
+ "Ios17.pow" : 2,
51
+ "Ios17.cast" : 10,
52
+ "Ios17.realDiv" : 4,
53
+ "Stack" : 1,
54
+ "Ios17.concat" : 3,
55
+ "Ios17.floorDiv" : 1,
56
+ "Ios17.less" : 1,
57
+ "Ios17.sqrt" : 1,
58
+ "Ios17.greaterEqual" : 1,
59
+ "Ios17.mul" : 1
60
+ },
61
+ "computePrecision" : "Mixed (Float16, Float32, Int32, UInt16)",
62
+ "isUpdatable" : "0",
63
+ "stateSchema" : [
64
+
65
+ ],
66
+ "availability" : {
67
+ "macOS" : "14.0",
68
+ "tvOS" : "17.0",
69
+ "visionOS" : "1.0",
70
+ "watchOS" : "10.0",
71
+ "iOS" : "17.0",
72
+ "macCatalyst" : "17.0"
73
+ },
74
+ "modelType" : {
75
+ "name" : "MLModelType_mlProgram"
76
+ },
77
+ "inputSchema" : [
78
+ {
79
+ "dataType" : "Float32",
80
+ "hasShapeFlexibility" : "1",
81
+ "isOptional" : "0",
82
+ "shapeFlexibility" : "1 × 1...240000",
83
+ "shapeRange" : "[[1, 1], [1, 240000]]",
84
+ "formattedType" : "MultiArray (Float32 1 × 1)",
85
+ "type" : "MultiArray",
86
+ "shape" : "[1, 1]",
87
+ "name" : "audio_signal",
88
+ "shortDescription" : ""
89
+ },
90
+ {
91
+ "hasShapeFlexibility" : "0",
92
+ "isOptional" : "0",
93
+ "dataType" : "Int32",
94
+ "formattedType" : "MultiArray (Int32 1)",
95
+ "shortDescription" : "",
96
+ "shape" : "[1]",
97
+ "name" : "audio_length",
98
+ "type" : "MultiArray"
99
+ }
100
+ ],
101
+ "userDefinedMetadata" : {
102
+ "com.github.apple.coremltools.conversion_date" : "2026-01-12",
103
+ "com.github.apple.coremltools.source" : "torch==2.7.0",
104
+ "com.github.apple.coremltools.version" : "9.0b1",
105
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
106
+ },
107
+ "generatedClassName" : "parakeet_preprocessor",
108
+ "method" : "predict"
109
+ }
110
+ ]