Ein Sprachmodell ist ein Modell, das Sprachsequenzen schätzt oder erzeugt. Es lernt statistische oder neuronale Repräsentationen von Wörtern, Tokens oder Sätzen und kann Aufgaben wie Vorhersage, Generierung, Übersetzung, Zusammenfassung und Dialog unterstützen.
A probabilistic model that manipulates natural language.
A model that estimates the probability of a token or sequence of tokens occurring in a longer sequence of tokens. Though counterintuitive, many models that evaluate text are not language models . For example, text classification models and sentiment analysis models are not language models. See What is a language model? in Machine Learning Crash Course for more information.