| Model | Description | Compute | Quantization |
|---|---|---|---|
encoder.mlmodelc | FastConformer encoder (5s max) | Neural Engine | INT8 palettized |
decoder.mlmodelc | LSTM prediction network | Neural Engine | FP16 |
ParakeetASR module:1let model = try await ParakeetASRModel.fromPretrained()
2let text = try model.transcribeAudio(samples, sampleRate: 16000)