Instructions to use nvidia/parakeet-tdt-0.6b-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/parakeet-tdt-0.6b-v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="nvidia/parakeet-tdt-0.6b-v3")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nvidia/parakeet-tdt-0.6b-v3", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
requirements.txt ? What Python version does this need?
Cant get this running, python 3.10 maybe?
nv_one_logger package does not exist?
pip install --upgrade pip
pip install pandas wget tqdm
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install Cython
pip install nemo_toolkit['asr']
pip install nemo_toolkit
pip install pytorch-lightning omegaconf
pip install lightning omegaconf hypre
pip install pytorch-lightning omegaconf hydra-core transformers sentencepiece
pip install fsspec==2024.12.0 numexpr onnx scikit-learn wrapt
python -c "import lightning.pytorch; import nemo.collections.asr as nemo_asr; print('Everything is correctly installed!')"
ModuleNotFoundError: No module named 'nv_one_logger'
sys:1: DeprecationWarning: builtin type swigvarlink has no module attribute