decode with:
from transformers import AutoTokenizer checkpoint = "t5-small" tokenizer = AutoTokenizer.from_pretrained(checkpoint)