Update README.md
This commit is contained in:
parent
266740b983
commit
3eb23cb979
|
@ -64,7 +64,7 @@ To transcribe audio files the model can be used as a standalone acoustic model a
|
||||||
|
|
||||||
## Evalution
|
## Evalution
|
||||||
|
|
||||||
This is a short script to show how the dataset can be evaluated on librispeech "clean" and "other" test data.
|
This code snippet shows how to evaluate **facebook/wav2vec2-base-960h** on LibriSpeech's "clean" and "other" test data.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from datasets import load_dataset
|
from datasets import load_dataset
|
||||||
|
|
Loading…
Reference in New Issue