[Speech Examples] Add new audio feature (#14027)

* finish

* up

* finish all

* up
This commit is contained in:
Patrick von Platen
2021-10-17 23:01:03 +02:00
committed by GitHub
parent cde0c750af
commit 37c5759cbe
8 changed files with 75 additions and 58 deletions

View File

@@ -94,7 +94,7 @@ To pre-train `"large-sized"` Wav2Vec2 model, *e.g.* [facebook/wav2vec2-large-lv6
on [librispeech_asr](https://huggingface.co/datasets/librispeech_asr), the following command can be run:
```bash
accelerate launch run_pretrain_no_trainer.py \
accelerate launch run_wav2vec2_pretraining_no_trainer.py \
--dataset_name=librispeech_asr \
--dataset_config_names clean clean other \
--dataset_split_names train.100 train.360 train.500 \