bigram-model topic

List bigram-model repositories

SmallLanguageModel-project

121
Stars
14
Forks
Watchers

a LLM cookbook, for building your own from scratch, all the way from gathering data to training a model

Auto-Filling-Text

17
Stars
4
Forks
Watchers

This project is an auto-filling text program implemented in Python using N-gram models. The program suggests the next word based on the input given by the user. It utilizes N-gram models, specifically...