When running the main function in CoLab, got the following error
AttributeError: 'NoneType' object has no attribute 'batch_encode_plus'
When I tried this,
tokenizer = T5Tokenizer.from_pretrained("t5-base")
print(type(tokenizer))
got,
<class 'NoneType'>