fix doc error
This commit is contained in:
@@ -59,9 +59,7 @@ def transformerXLTokenizer(*args, **kwargs):
|
|||||||
@_append_from_pretrained_docstring(transformer_xl_docstring)
|
@_append_from_pretrained_docstring(transformer_xl_docstring)
|
||||||
def transformerXLModel(*args, **kwargs):
|
def transformerXLModel(*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
gpt2Model is the basic OpenAI GPT-2 Transformer model based on
|
transformerXLModel is the basic Transformer XL model.
|
||||||
identical stacked masked self-attention blocks and pre-trained
|
|
||||||
on large scale dataset using language modeling signal.
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
# Load the tokenizer
|
# Load the tokenizer
|
||||||
@@ -95,7 +93,7 @@ def transformerXLModel(*args, **kwargs):
|
|||||||
@_append_from_pretrained_docstring(transformer_xl_docstring)
|
@_append_from_pretrained_docstring(transformer_xl_docstring)
|
||||||
def transformerXLLMHeadModel(*args, **kwargs):
|
def transformerXLLMHeadModel(*args, **kwargs):
|
||||||
"""
|
"""
|
||||||
gpt2LMHeadModel is the OpenAI GPT-2 Transformer model with the
|
transformerXLModel is the basic Transformer XL model with the
|
||||||
tied (pre-trained) language modeling head on top.
|
tied (pre-trained) language modeling head on top.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user