Learn Before
Relation
Training a text generative model
TGM is a language model, specifically a neural language model estimating the probability distribution of a token or word.
TGM estimates parameters by minimising the following objective function
- Vocabulary of words
textbf{x} = (x_1,....,x_{|textbf{x} |}) - text sequence
- reference distribution
- a finite set of text sequences from
- Probability of next token given the previous tokens in a given sentence
0
1
Updated 2022-09-24
Tags
Data Science