File size: 1,080 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
T5Config
[[autodoc]] T5Config
T5Tokenizer
[[autodoc]] T5Tokenizer
    - build_inputs_with_special_tokens
    - get_special_tokens_mask
    - create_token_type_ids_from_sequences
    - save_vocabulary
T5TokenizerFast
[[autodoc]] T5TokenizerFast

T5Model
[[autodoc]] T5Model
    - forward
T5ForConditionalGeneration
[[autodoc]] T5ForConditionalGeneration
    - forward
T5EncoderModel
[[autodoc]] T5EncoderModel
    - forward
T5ForSequenceClassification
[[autodoc]] T5ForSequenceClassification
    - forward
T5ForTokenClassification
[[autodoc]] T5ForTokenClassification
    - forward
T5ForQuestionAnswering
[[autodoc]] T5ForQuestionAnswering
    - forward

TFT5Model
[[autodoc]] TFT5Model
    - call
TFT5ForConditionalGeneration
[[autodoc]] TFT5ForConditionalGeneration
    - call
TFT5EncoderModel
[[autodoc]] TFT5EncoderModel
    - call

FlaxT5Model
[[autodoc]] FlaxT5Model
    - call
    - encode
    - decode
FlaxT5ForConditionalGeneration
[[autodoc]] FlaxT5ForConditionalGeneration
    - call
    - encode
    - decode
FlaxT5EncoderModel
[[autodoc]] FlaxT5EncoderModel
    - call