megatron.model.language_model#
Description
Transformer based language model.
Classes
|
Language model embeddings. |
|
Pool hidden states of a specific token (for example start of the sequence) and add a linear transformation followed by a tanh. |
|
Transformer language model. |
Functions
|
|
|
LM logits using word embedding weights. |