Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,9 @@ For more details please check [our paper](https://arxiv.org/abs/2409.12117).
|
|
50 |
The model is available for use in the [NVIDIA NeMo](https://github.com/NVIDIA/NeMo), and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
|
51 |
|
52 |
### Inference
|
53 |
-
For inference, you can
|
|
|
|
|
54 |
|
55 |
```
|
56 |
import librosa
|
|
|
50 |
The model is available for use in the [NVIDIA NeMo](https://github.com/NVIDIA/NeMo), and can be used as a pre-trained checkpoint for inference or for fine-tuning on another dataset.
|
51 |
|
52 |
### Inference
|
53 |
+
For inference, you can follow our [Audio Codec Inference Tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/Audio_Codec_Inference.ipynb) which automatically downloads the model checkpoint. Note that you will need to set the ```model_name``` parameter to "nvidia/Low-Frame-rate-Speech-Codec".
|
54 |
+
|
55 |
+
Alternatively, you can manually download the [checkpoint](https://huggingface.co/nvidia/Low-Frame-rate-Speech-Codec/resolve/main/Low-Frame-rate-Speech-Codec.nemo) and use the code below to make an inference on the model:
|
56 |
|
57 |
```
|
58 |
import librosa
|