ngram_lm / README.md
yhmaxin's picture
Initial commit
89b2b7c verified
|
raw
history blame
138 Bytes

n‑gram LM (demo)

A constant‑time n‑gram language model implemented in PyTorch. Designed for tiny‑footprint inference with vLLM.