Commit Graph

  • 674c53651c feat: add Laplace-smoothed bigram model perplexity computation script main Dani 2025-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 Dani 2025-09-23 23:50:23 -04:00
  • 46e6eb557f add laplace smoothing implementation for bigram model with doctests and text sampling Dani 2025-09-23 22:36:57 -04:00
  • bcde2ad478 add bigram counts model with text sampling functionality and doctests Dani 2025-09-23 22:02:04 -04:00
  • 538a44247b feat: add uniform random text generator with reproducible sampling Dani 2025-09-23 21:18:57 -04:00
  • feecf05ee3 feat: add vocabulary encoding/decoding script with character-level tokenization Dani 2025-09-23 20:57:48 -04:00
  • abba60a798 feat: Add train/val split script and update gitignore Dani 2025-09-23 20:28:22 -04:00
  • a82efe6ea2 add character frequency counter script with newline normalization and sorted output Dani 2025-09-23 20:08:30 -04:00
  • 68d9d00123 feat: add text file reader with normalization and stats preview Dani 2025-09-23 12:44:22 -04:00
  • b1bb6fc705 docs: update README with improved formatting and structured content Dani 2025-09-23 12:01:01 -04:00
  • 272172e87c Creating the project. Dani 2025-09-23 11:54:02 -04:00