patrickvonplaten commited on
Commit
3eb23cb
1 Parent(s): 266740b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 is a short script to show how the dataset can be evaluated on librispeech "clean" and "other" test data.
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