This is a control model. Converted directly from the original TF dataset format.

gsutil cp -R gs://t5-data/pretrained_models/small/ .

wget https://huggingface.co/t5-small/raw/main/config.json

python3 convert_t5_original_tf_checkpoint_to_pytorch.py --tf_checkpoint_path "dump/small/" --config_file "config.json" --pytorch_dump_path "/home/perk/dirconv"
```