Update FINE_TUNE_XLSR_WAV2VEC2.md (#10849)

Fix typo.
This commit is contained in:
Qiushi Pan
2021-03-22 20:58:59 +09:00
committed by GitHub
parent 0f226f78ce
commit 29904a967b

View File

@@ -145,14 +145,14 @@ $ git clone https://github.com/huggingface/transformers.git
Second, head over to the `examples/research_projects/wav2vec2` directory, where the `run_common_voice.py` script is located. Second, head over to the `examples/research_projects/wav2vec2` directory, where the `run_common_voice.py` script is located.
``` ```
$ cd transformers/examplesh/research_projects/wav2vec2 $ cd transformers/examples/research_projects/wav2vec2
``` ```
Third, install the required packages. The Third, install the required packages. The
packages are listed in the `requirements.txt` file and can be installed with packages are listed in the `requirements.txt` file and can be installed with
``` ```
$ pip install -r requirements.txt`. $ pip install -r requirements.txt
``` ```
**Note**: Installing the latest version of `torchaudio` will also upgrade `torch` to it's latest stable version. If you are using specific version of `torch` then make sure **Note**: Installing the latest version of `torchaudio` will also upgrade `torch` to it's latest stable version. If you are using specific version of `torch` then make sure