Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cifkao authored Aug 5, 2024
1 parent 858252c commit 59edfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dataset = load_dataset("audioshake/jam-alt")["test"]
compute_metrics(dataset["text"], transcriptions, languages=dataset["language"])
```

If you are only interested in WER, formatting- and punctuation-related metrics can be skipped by passing `include_other=False`.
If you are only interested in WER, you may skip formatting- and punctuation-related metrics by passing `include_other=False`.

Use `visualize_errors=True` to also get a list of HTML snippets that can be used to visualize the errors in each transcript.

Expand Down

0 comments on commit 59edfb1

Please sign in to comment.