Modify `examples/audio_nlp/nlu/create_dict_stop.sh` so that `fairseq_root` points to your installation of fairseq and `data_root` points to `$FAIRSEQ_DATASET_OUTPUT`
Run `./examples/audio_nlp/nlu/create_dict_stop.sh` to generate the fairseq dictionaries.
Run `./examples/audio_nlp/nlu/create_dict_stop.sh $FAIRSEQ_DATASET_OUTPUT` to generate the fairseq dictionaries.
## Training an End-to-end NLU Model
Download a wav2vec or hubert model from [link](https://github.com/facebookresearch/fairseq/tree/main/examples/hubert) or [link](https://github.com/facebookresearch/fairseq/tree/main/examples/wav2vec)