CoolFace
Modelpublic

aoiandroid/parakeet-ctc-110m-coreml

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes23downloads
metadata.json118 linesDownload Raw Back to AudioEncoder.mlmodelc
1[2  {3    "metadataOutputVersion" : "3.0",4    "storagePrecision" : "Mixed (Float16, Palettized (6 bits), Sparse)",5    "outputSchema" : [6      {7        "hasShapeFlexibility" : "0",8        "isOptional" : "0",9        "dataType" : "Float16",10        "formattedType" : "MultiArray (Float16 1 × 512 × 1 × 188)",11        "shortDescription" : "",12        "shape" : "[1, 512, 1, 188]",13        "name" : "encoder_output_embeds",14        "type" : "MultiArray"15      },16      {17        "hasShapeFlexibility" : "0",18        "isOptional" : "0",19        "dataType" : "Float16",20        "formattedType" : "MultiArray (Float16 1 × 640 × 1 × 188)",21        "shortDescription" : "",22        "shape" : "[1, 640, 1, 188]",23        "name" : "joint_projected_encoder_output_embeds",24        "type" : "MultiArray"25      },26      {27        "hasShapeFlexibility" : "0",28        "isOptional" : "0",29        "dataType" : "Float16",30        "formattedType" : "MultiArray (Float16 1 × 1025 × 1 × 188)",31        "shortDescription" : "",32        "shape" : "[1, 1025, 1, 188]",33        "name" : "ctc_head_raw_output",34        "type" : "MultiArray"35      },36      {37        "hasShapeFlexibility" : "0",38        "isOptional" : "0",39        "dataType" : "Float16",40        "formattedType" : "MultiArray (Float16 1 × 1025 × 1 × 188)",41        "shortDescription" : "",42        "shape" : "[1, 1025, 1, 188]",43        "name" : "ctc_head_output",44        "type" : "MultiArray"45      }46    ],47    "modelParameters" : [48 49    ],50    "specificationVersion" : 8,51    "mlProgramOperationTypeHistogram" : {52      "Pad" : 17,53      "Ios17.mul" : 86,54      "Split" : 17,55      "Ios17.transpose" : 1,56      "Ios17.sub" : 1,57      "Ios16.constexprLutToDense" : 190,58      "Ios17.conv" : 402,59      "Ios17.matmul" : 51,60      "Ios17.log" : 1,61      "Ios16.sigmoid" : 17,62      "Ios17.add" : 309,63      "Ios17.sliceByIndex" : 34,64      "Ios16.constexprSparseToDense" : 190,65      "Ios16.relu" : 3,66      "Ios17.batchNorm" : 85,67      "Ios16.softmax" : 18,68      "Ios17.reshape" : 137,69      "Ios17.layerNorm" : 85,70      "Ios16.silu" : 5171    },72    "computePrecision" : "Mixed (Float16, Float32, Int32)",73    "isUpdatable" : "0",74    "stateSchema" : [75 76    ],77    "availability" : {78      "macOS" : "14.0",79      "tvOS" : "17.0",80      "visionOS" : "1.0",81      "watchOS" : "10.0",82      "iOS" : "17.0",83      "macCatalyst" : "17.0"84    },85    "modelType" : {86      "name" : "MLModelType_mlProgram"87    },88    "userDefinedMetadata" : {89      "com.github.apple.coremltools.source_dialect" : "TorchScript",90      "com.github.apple.coremltools.source" : "torch==2.5.0",91      "com.github.apple.coremltools.version" : "8.3.0"92    },93    "inputSchema" : [94      {95        "hasShapeFlexibility" : "0",96        "isOptional" : "0",97        "dataType" : "Float16",98        "formattedType" : "MultiArray (Float16 1 × 1 × 1501 × 80)",99        "shortDescription" : "",100        "shape" : "[1, 1, 1501, 80]",101        "name" : "melspectrogram_features",102        "type" : "MultiArray"103      },104      {105        "hasShapeFlexibility" : "0",106        "isOptional" : "0",107        "dataType" : "Float16",108        "formattedType" : "MultiArray (Float16 1 × 1 × 1 × 1)",109        "shortDescription" : "",110        "shape" : "[1, 1, 1, 1]",111        "name" : "input_1",112        "type" : "MultiArray"113      }114    ],115    "generatedClassName" : "AudioEncoder_mixedBitPalettized_6_bit",116    "method" : "predict"117  }118]