Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
Resources
Text classification task guide
Token classification task guide
Question answering task guide
Causal language modeling task guide
Multiple choice task guide
XLNetConfig
[[autodoc]] XLNetConfig
XLNetTokenizer
[[autodoc]] XLNetTokenizer
- build_inputs_with_special_tokens
- get_special_tokens_mask
- create_token_type_ids_from_sequences
- save_vocabulary
XLNetTokenizerFast
[[autodoc]] XLNetTokenizerFast
XLNet specific outputs
[[autodoc]] models.xlnet.modeling_xlnet.XLNetModelOutput
[[autodoc]] models.xlnet.modeling_xlnet.XLNetLMHeadModelOutput
[[autodoc]] models.xlnet.modeling_xlnet.XLNetForSequenceClassificationOutput
[[autodoc]] models.xlnet.modeling_xlnet.XLNetForMultipleChoiceOutput
[[autodoc]] models.xlnet.modeling_xlnet.XLNetForTokenClassificationOutput
[[autodoc]] models.xlnet.modeling_xlnet.XLNetForQuestionAnsweringSimpleOutput
[[autodoc]] models.xlnet.modeling_xlnet.XLNetForQuestionAnsweringOutput
[[autodoc]] models.xlnet.modeling_tf_xlnet.TFXLNetModelOutput
[[autodoc]] models.xlnet.modeling_tf_xlnet.TFXLNetLMHeadModelOutput
[[autodoc]] models.xlnet.modeling_tf_xlnet.TFXLNetForSequenceClassificationOutput
[[autodoc]] models.xlnet.modeling_tf_xlnet.TFXLNetForMultipleChoiceOutput
[[autodoc]] models.xlnet.modeling_tf_xlnet.TFXLNetForTokenClassificationOutput
[[autodoc]] models.xlnet.modeling_tf_xlnet.TFXLNetForQuestionAnsweringSimpleOutput
XLNetModel
[[autodoc]] XLNetModel
- forward
XLNetLMHeadModel
[[autodoc]] XLNetLMHeadModel
- forward
XLNetForSequenceClassification
[[autodoc]] XLNetForSequenceClassification
- forward
XLNetForMultipleChoice
[[autodoc]] XLNetForMultipleChoice
- forward
XLNetForTokenClassification
[[autodoc]] XLNetForTokenClassification
- forward
XLNetForQuestionAnsweringSimple
[[autodoc]] XLNetForQuestionAnsweringSimple
- forward
XLNetForQuestionAnswering
[[autodoc]] XLNetForQuestionAnswering
- forward
TFXLNetModel
[[autodoc]] TFXLNetModel
- call
TFXLNetLMHeadModel
[[autodoc]] TFXLNetLMHeadModel
- call
TFXLNetForSequenceClassification
[[autodoc]] TFXLNetForSequenceClassification
- call
TFLNetForMultipleChoice
[[autodoc]] TFXLNetForMultipleChoice
- call
TFXLNetForTokenClassification
[[autodoc]] TFXLNetForTokenClassification
- call
TFXLNetForQuestionAnsweringSimple
[[autodoc]] TFXLNetForQuestionAnsweringSimple
- call