674c53651c
feat: add Laplace-smoothed bigram model perplexity computation script
main
Dani2025-09-24 00:33:23 -04:00
119bf8e40c
feat: add temperature and top-k sampling with NumPy implementation and update gitignore to exclude requirements.txt from text file ignore pattern
Dani2025-09-23 23:50:23 -04:00
46e6eb557f
add laplace smoothing implementation for bigram model with doctests and text sampling
Dani2025-09-23 22:36:57 -04:00
bcde2ad478
add bigram counts model with text sampling functionality and doctests
Dani2025-09-23 22:02:04 -04:00
538a44247b
feat: add uniform random text generator with reproducible sampling
Dani2025-09-23 21:18:57 -04:00