bweng commited on
Commit
b567a43
·
verified ·
1 Parent(s): 69dceda

int-8 model

Browse files
MelEncoder.mlmodelc/analytics/coremldata.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e9c07b2c1bf81a63fe6d132af377f7f1432bf178632d0b70d9e4501ab58c224
3
  size 243
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:811601924d9f2206d3c712cd37668ee728c865c9aadbbbc63742e424e02664a7
3
  size 243
MelEncoder.mlmodelc/coremldata.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aacf22d0c12bd0c6c4d7f326f7d4a579783b977723a8c5be1021d3cecf389a0e
3
- size 450
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10da3c056f8381d7447527718dc36e137439fffa4ce154f12b3656e8856bf96a
3
+ size 493
MelEncoder.mlmodelc/metadata.json CHANGED
@@ -1,7 +1,7 @@
1
  [
2
  {
3
  "metadataOutputVersion" : "3.0",
4
- "shortDescription" : "mel8bit-palettize quantized - mel_encoder",
5
  "outputSchema" : [
6
  {
7
  "hasShapeFlexibility" : "0",
@@ -24,24 +24,23 @@
24
  "type" : "MultiArray"
25
  }
26
  ],
27
- "storagePrecision" : "Mixed (Float16, Palettized (8 bits))",
28
  "modelParameters" : [
29
 
30
  ],
31
  "author" : "Fluid Inference",
32
  "specificationVersion" : 8,
33
- "license" : "Apache-2.0",
34
  "mlProgramOperationTypeHistogram" : {
35
  "Tile" : 2,
36
  "Stack" : 1,
37
  "Ios17.greaterEqual" : 1,
38
- "Ios16.constexprLutToDense" : 298,
39
  "Ios16.silu" : 72,
40
  "Ios17.sub" : 4,
41
  "Ios16.reduceSum" : 4,
42
  "Pad" : 49,
43
  "Ios17.logicalNot" : 2,
44
  "Ios17.sliceByIndex" : 51,
 
45
  "Ios17.concat" : 1,
46
  "Ios17.pow" : 2,
47
  "Ios17.sqrt" : 1,
@@ -59,19 +58,19 @@
59
  "Ios17.log" : 1,
60
  "Ios17.cast" : 7,
61
  "Ios17.linear" : 193,
62
- "Ios16.relu" : 3,
63
- "Select" : 75,
64
  "Ios17.realDiv" : 3,
 
 
 
65
  "Ios16.softmax" : 24,
66
  "Ios17.add" : 178,
67
- "Ios17.layerNorm" : 120,
68
  "Ios17.logicalAnd" : 2
69
  },
70
  "computePrecision" : "Mixed (Float16, Float32, Int32)",
 
71
  "stateSchema" : [
72
 
73
  ],
74
- "isUpdatable" : "0",
75
  "availability" : {
76
  "macOS" : "14.0",
77
  "tvOS" : "17.0",
@@ -106,9 +105,10 @@
106
  }
107
  ],
108
  "userDefinedMetadata" : {
109
- "com.github.apple.coremltools.source_dialect" : "TorchScript",
110
- "com.github.apple.coremltools.version" : "8.3.0",
111
- "com.github.apple.coremltools.source" : "torch==2.5.0"
 
112
  },
113
  "generatedClassName" : "parakeet_mel_encoder",
114
  "method" : "predict"
 
1
  [
2
  {
3
  "metadataOutputVersion" : "3.0",
4
+ "shortDescription" : "int8-linear quantized - mel_encoder",
5
  "outputSchema" : [
6
  {
7
  "hasShapeFlexibility" : "0",
 
24
  "type" : "MultiArray"
25
  }
26
  ],
27
+ "storagePrecision" : "Mixed (Float16, Int8)",
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
  "Ios16.reduceSum" : 4,
40
  "Pad" : 49,
41
  "Ios17.logicalNot" : 2,
42
  "Ios17.sliceByIndex" : 51,
43
+ "Ios16.constexprAffineDequantize" : 298,
44
  "Ios17.concat" : 1,
45
  "Ios17.pow" : 2,
46
  "Ios17.sqrt" : 1,
 
58
  "Ios17.log" : 1,
59
  "Ios17.cast" : 7,
60
  "Ios17.linear" : 193,
 
 
61
  "Ios17.realDiv" : 3,
62
+ "Select" : 75,
63
+ "Ios16.relu" : 3,
64
+ "Ios17.layerNorm" : 120,
65
  "Ios16.softmax" : 24,
66
  "Ios17.add" : 178,
 
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",
 
105
  }
106
  ],
107
  "userDefinedMetadata" : {
108
+ "com.github.apple.coremltools.conversion_date" : "2025-09-19",
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"
MelEncoder.mlmodelc/model.mil CHANGED
The diff for this file is too large to render. See raw diff
 
MelEncoder.mlmodelc/weights/weight.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9cae580cc99fe41daea6d7514b145997ad9dd9cbf12f19181ff73a8a880fa63
3
- size 593936704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:351c7a3bee2bf563472a5b09a2dde37b940d59aa23ef39a201c9885c7f010c61
3
+ size 595166912