Commit
·
671b8e7
1
Parent(s):
3eb23cb
Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ To transcribe audio files the model can be used as a standalone acoustic model a
|
|
| 62 |
transcription = tokenizer.batch_decode(predicted_ids)
|
| 63 |
```
|
| 64 |
|
| 65 |
-
##
|
| 66 |
|
| 67 |
This code snippet shows how to evaluate **facebook/wav2vec2-base-960h** on LibriSpeech's "clean" and "other" test data.
|
| 68 |
|
|
@@ -103,4 +103,4 @@ print("WER:", wer(result["text"], result["transcription"]))
|
|
| 103 |
|
| 104 |
| "clean" | "other" |
|
| 105 |
|---|---|
|
| 106 |
-
| 4.1 |
|
|
|
|
| 62 |
transcription = tokenizer.batch_decode(predicted_ids)
|
| 63 |
```
|
| 64 |
|
| 65 |
+
## Evaluation
|
| 66 |
|
| 67 |
This code snippet shows how to evaluate **facebook/wav2vec2-base-960h** on LibriSpeech's "clean" and "other" test data.
|
| 68 |
|
|
|
|
| 103 |
|
| 104 |
| "clean" | "other" |
|
| 105 |
|---|---|
|
| 106 |
+
| 4.1 | 10.0 |
|