Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaha0908 committed Nov 30, 2024
1 parent 85d4b0b commit 12539e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5,559 deletions.
1 change: 1 addition & 0 deletions examples/contextual_asr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ They categorize the 5,000 most frequent words in the Librispeech training corpus
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.


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)

## Decoding with checkpoints
LLM-based ASR Inference script.
Expand Down
Loading

0 comments on commit 12539e4

Please sign in to comment.