patrickvonplaten commited on
Commit
5ca8550
1 Parent(s): eab3722

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ The original model can be found under https://github.com/pytorch/fairseq/tree/ma
30
  To transcribe audio files the model can be used as a standalone acoustic model as follows:
31
 
32
  ```python
33
- from transformers import Wav2Vec2Tokenizer, Wav2Vec2Model
34
  from datasets import load_dataset
35
  import soundfile as sf
36
  import torch
30
  To transcribe audio files the model can be used as a standalone acoustic model as follows:
31
 
32
  ```python
33
+ from transformers import Wav2Vec2Tokenizer, Wav2Vec2ForMaskedLM
34
  from datasets import load_dataset
35
  import soundfile as sf
36
  import torch