Update README.md
Browse files
README.md
CHANGED
@@ -94,8 +94,8 @@ Please refer to this example [script](https://github.com/NVIDIA/NeMo/blob/main/e
|
|
94 |
### Extracting audio features from NEST
|
95 |
|
96 |
NEST supports extracting audio features from multiple layers of its encoder:
|
97 |
-
```
|
98 |
-
python <NeMo
|
99 |
--model_path="nvidia/ssl_en_nest_large_v1.0" \
|
100 |
--input=<path to input manifest, or a dir containing audios, or path to audio> \
|
101 |
--output=<output directory to store features and manifest> \
|
|
|
94 |
### Extracting audio features from NEST
|
95 |
|
96 |
NEST supports extracting audio features from multiple layers of its encoder:
|
97 |
+
```bash
|
98 |
+
python <NeMo Root>/scripts/ssl/extract_features.py \
|
99 |
--model_path="nvidia/ssl_en_nest_large_v1.0" \
|
100 |
--input=<path to input manifest, or a dir containing audios, or path to audio> \
|
101 |
--output=<output directory to store features and manifest> \
|