next-word-prediction topic
List
next-word-prediction repositories
LMChallenge
61
Stars
18
Forks
Watchers
A library & tools to evaluate predictive language models.
language-modeling
49
Stars
17
Forks
Watchers
This is machine learning model that is trained to predict next word in the sequence. Model is defined in keras and then converted to tensorflow-js model for the web, check the web implementation at
surprisal
32
Stars
6
Forks
Watchers
A unified interface for computing surprisal (log probabilities) from language models! Supports neural, symbolic, and black-box API models.