### Prepare Discrete Representation Data Source: https://github.com/tele-ai/telespeech-asr/blob/master/README.md Prepare training files for discrete representations based on `data.list`. Modify `model_dir` and `user_dir` in `wenet/discrete_token/kmeans_d2v.yaml` before execution. ```shell $ bash wenet/discrete_token/dump_feat.sh ``` -------------------------------- ### Run Discrete Representation Training Source: https://github.com/tele-ai/telespeech-asr/blob/master/README.md Execute the script for discrete representation training. Ensure dataset configurations in `run_discrete.sh` are correctly set. ```shell $ bash run_discrete.sh ``` -------------------------------- ### Run Continuous Representation Training Source: https://github.com/tele-ai/telespeech-asr/blob/master/README.md Execute the script for continuous representation training. Ensure dataset configurations in `run_d2v.sh` are correctly set. ```shell $ bash run_d2v.sh ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.