This model was converted to PyTorch safetensors format from
nvidia/parakeet-ctc-0.6b using the scripts in this
github repo. Please refer to
original model card for more details on the model.
This model is provided in PyTorch safetensors format. It can be loaded using the safetensors library:
1from safetensors.torch import load_file
2
3weights = load_file("model.safetensors")
For inference, please refer to the
original model card for usage instructions and compatible libraries.