Commit
·
3eb23cb
1
Parent(s):
266740b
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ To transcribe audio files the model can be used as a standalone acoustic model a
|
|
| 64 |
|
| 65 |
## Evalution
|
| 66 |
|
| 67 |
-
This
|
| 68 |
|
| 69 |
```python
|
| 70 |
from datasets import load_dataset
|
|
|
|
| 64 |
|
| 65 |
## Evalution
|
| 66 |
|
| 67 |
+
This code snippet shows how to evaluate **facebook/wav2vec2-base-960h** on LibriSpeech's "clean" and "other" test data.
|
| 68 |
|
| 69 |
```python
|
| 70 |
from datasets import load_dataset
|