Update README.md
This commit is contained in:
parent
3eb23cb979
commit
671b8e7c54
|
@ -62,7 +62,7 @@ To transcribe audio files the model can be used as a standalone acoustic model a
|
|||
transcription = tokenizer.batch_decode(predicted_ids)
|
||||
```
|
||||
|
||||
## Evalution
|
||||
## Evaluation
|
||||
|
||||
This code snippet shows how to evaluate **facebook/wav2vec2-base-960h** on LibriSpeech's "clean" and "other" test data.
|
||||
|
||||
|
@ -103,4 +103,4 @@ print("WER:", wer(result["text"], result["transcription"]))
|
|||
|
||||
| "clean" | "other" |
|
||||
|---|---|
|
||||
| 4.1 | |
|
||||
| 4.1 | 10.0 |
|
Loading…
Reference in New Issue