5gram-spanish-kenLM / README.md
patrickvonplaten's picture
Create README.md
eae4ecb
|
raw
history blame
No virus
309 Bytes
This is an example of how a kenLM model can be downloaded with [PyCTCDecode](https://github.com/kensho-technologies/pyctcdecode) .
Simply run the following code:
```python
from pyctcdecode import LanguageModel
language_model = LanguageModel.load_from_hf_hub("patrickvonplaten/5_gram_spanish_mls_kenlm")
```