steveheh commited on
Commit
cce3132
1 Parent(s): 1cf2ea2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 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> \
 
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> \