Toshiki Tomihira commited on
Commit
4b064a5
1 Parent(s): a1e755c

Fix readme

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -27,7 +27,7 @@ pip install fairseq -U
27
  git clone https://github.com/huggingface/transformers.git
28
  cp transformers/src/transformers/models/wav2vec2/convert_wav2vec2_original_pytorch_checkpoint_to_pytorch.py .
29
 
30
- wget https://dl.fbaipublicfiles.com/fairseq/wav2vec/wav2vec_small_960h.pt -O ./finetuning/wav2vec_small_960h.pt
31
  mkdir dict
32
  wget https://dl.fbaipublicfiles.com/fairseq/wav2vec/dict.ltr.txt
33
 
@@ -120,5 +120,7 @@ print("WER:", wer(result["text"], result["transcription"]))
120
 
121
 
122
  [Facebook's Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/)
 
123
  [Facebook's huggingface Wav2Vec2](https://huggingface.co/facebook/wav2vec2-base-960h)
 
124
  [Paper](https://arxiv.org/abs/2006.11477)
27
  git clone https://github.com/huggingface/transformers.git
28
  cp transformers/src/transformers/models/wav2vec2/convert_wav2vec2_original_pytorch_checkpoint_to_pytorch.py .
29
 
30
+ wget https://dl.fbaipublicfiles.com/fairseq/wav2vec/wav2vec_small_960h.pt -O ./wav2vec_small_960h.pt
31
  mkdir dict
32
  wget https://dl.fbaipublicfiles.com/fairseq/wav2vec/dict.ltr.txt
33
 
120
 
121
 
122
  [Facebook's Wav2Vec2](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/)
123
+
124
  [Facebook's huggingface Wav2Vec2](https://huggingface.co/facebook/wav2vec2-base-960h)
125
+
126
  [Paper](https://arxiv.org/abs/2006.11477)