File size: 2,355 Bytes
5fa1a76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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