Update README.md

This commit is contained in:
Patrick von Platen 2021-01-31 18:08:56 +00:00 committed by huggingface-web
parent eab37224db
commit 5ca85501cc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ The original model can be found under https://github.com/pytorch/fairseq/tree/ma
To transcribe audio files the model can be used as a standalone acoustic model as follows:
```python
from transformers import Wav2Vec2Tokenizer, Wav2Vec2Model
from transformers import Wav2Vec2Tokenizer, Wav2Vec2ForMaskedLM
from datasets import load_dataset
import soundfile as sf
import torch