from transformers import AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-base", trust_remote_code=True)