File size: 2,471 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
BertConfig
[[autodoc]] BertConfig
    - all
BertTokenizer
[[autodoc]] BertTokenizer
    - build_inputs_with_special_tokens
    - get_special_tokens_mask
    - create_token_type_ids_from_sequences
    - save_vocabulary

BertTokenizerFast
[[autodoc]] BertTokenizerFast

TFBertTokenizer
[[autodoc]] TFBertTokenizer

Bert specific outputs
[[autodoc]] models.bert.modeling_bert.BertForPreTrainingOutput
[[autodoc]] models.bert.modeling_tf_bert.TFBertForPreTrainingOutput
[[autodoc]] models.bert.modeling_flax_bert.FlaxBertForPreTrainingOutput

BertModel
[[autodoc]] BertModel
    - forward
BertForPreTraining
[[autodoc]] BertForPreTraining
    - forward
BertLMHeadModel
[[autodoc]] BertLMHeadModel
    - forward
BertForMaskedLM
[[autodoc]] BertForMaskedLM
    - forward
BertForNextSentencePrediction
[[autodoc]] BertForNextSentencePrediction
    - forward
BertForSequenceClassification
[[autodoc]] BertForSequenceClassification
    - forward
BertForMultipleChoice
[[autodoc]] BertForMultipleChoice
    - forward
BertForTokenClassification
[[autodoc]] BertForTokenClassification
    - forward
BertForQuestionAnswering
[[autodoc]] BertForQuestionAnswering
    - forward

TFBertModel
[[autodoc]] TFBertModel
    - call
TFBertForPreTraining
[[autodoc]] TFBertForPreTraining
    - call
TFBertModelLMHeadModel
[[autodoc]] TFBertLMHeadModel
    - call
TFBertForMaskedLM
[[autodoc]] TFBertForMaskedLM
    - call
TFBertForNextSentencePrediction
[[autodoc]] TFBertForNextSentencePrediction
    - call
TFBertForSequenceClassification
[[autodoc]] TFBertForSequenceClassification
    - call
TFBertForMultipleChoice
[[autodoc]] TFBertForMultipleChoice
    - call
TFBertForTokenClassification
[[autodoc]] TFBertForTokenClassification
    - call
TFBertForQuestionAnswering
[[autodoc]] TFBertForQuestionAnswering
    - call

FlaxBertModel
[[autodoc]] FlaxBertModel
    - call
FlaxBertForPreTraining
[[autodoc]] FlaxBertForPreTraining
    - call
FlaxBertForCausalLM
[[autodoc]] FlaxBertForCausalLM
    - call
FlaxBertForMaskedLM
[[autodoc]] FlaxBertForMaskedLM
    - call
FlaxBertForNextSentencePrediction
[[autodoc]] FlaxBertForNextSentencePrediction
    - call
FlaxBertForSequenceClassification
[[autodoc]] FlaxBertForSequenceClassification
    - call
FlaxBertForMultipleChoice
[[autodoc]] FlaxBertForMultipleChoice
    - call
FlaxBertForTokenClassification
[[autodoc]] FlaxBertForTokenClassification
    - call
FlaxBertForQuestionAnswering
[[autodoc]] FlaxBertForQuestionAnswering
    - call