patrickvonplaten
commited on
Commit
•
e1e8762
1
Parent(s):
5dadc39
Update README.md
Browse files
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,
|
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
|