Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 777 Bytes

t5.rst

File metadata and controls

30 lines (23 loc) · 777 Bytes

T5

T5

We currently support loading the following checkpoint via T5.from_pretrained(identifier)

  • t5-small
  • t5-base
  • t5-large
  • t5-3b
  • t5-11b

T5Config

model_center.model.T5Config

T5Model

model_center.model.T5

T5Tokenizer

The current implementation is mainly an alias to T5Tokenizer of Hugging Face Transformers. we will change to our SAM implementation in the future, which will be a more efficient tokenizer.