Skip to content

Commit 12539e4

Browse files
committed
fix
1 parent 85d4b0b commit 12539e4

File tree

3 files changed

+1
-5559
lines changed

3 files changed

+1
-5559
lines changed

examples/contextual_asr/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ They categorize the 5,000 most frequent words in the Librispeech training corpus
2626
words, with the remainder classified as rare words. The biasing list generated for the test set consists of two segments: rare words in the transcriptions, and distractors sampled from the 209.2K rare words vocabulary. Biasing lists of varying lengths are generated by incorporating N = {100, 500, 1000, 2000} distractors into the lists.
2727

2828

29+
The viterbi decode results of our CTC Fine-tuned WavLM-Large: [test-clean](https://drive.google.com/file/d/1kMzPx8oRK3aOsxNaMGski3zH8z5Otvek/view?usp=drive_link), [test-other](https://drive.google.com/file/d/12KHaatVg5O0MIBTcf8e_rNjV_i9WLBFR/view?usp=drive_link) (``ctc_file`` in contextual_asr_config.py)
2930

3031
## Decoding with checkpoints
3132
LLM-based ASR Inference script.

0 commit comments

Comments
 (0)