patrickvonplaten's picture
Create README.md
1824d2b
|
raw
history blame
429 Bytes

This is an example of how a kenLM model can be downloaded with PyCTCDecode .

Simply run the following code:

from pyctcdecode import BeamSearchDecoderCTC

language_model = BeamSearchDecoderCTC.load_from_hf_hub("kensho/beamsearch_decoder_dummy")

The model was created by Patrick von Platen for demonstration purposes.