Preprocessor files
Hey! Thank you for sharing your work.
I've created a JavaScript library to run inference on the Parakeet TDT 0.6 v2 model in browsers and used your ONNX repository to download model weights. However, since the nemo80.onnx and nemo128.onnx preprocessor files are compiled locally with Python, they weren't available for the web version.
To solve this, I cloned your repository and added precompiled preprocessor files to allow users to download them from a web environment.
Would you consider adding these files to your original repository? This would allow me to link directly to your repo as the model source in my libraries and demo projects.
Reference: https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2/discussions/56
Cheers
Hi!
Would you consider adding these files to your original repository? This would allow me to link directly to your repo as the model source in my libraries and demo projects.
I uploaded nemo128.onnx to this repo. I hope this helps you.