How to run transformer model like t5-small, facebook/bart-large-cnn without loading pretrained weights?

Same with the title. When using run_summarization.py, how to run transformer models like t5-small, facebook/bart-large-cnn without loading pre-trained weights? I only want to train their original model architecture without pre-trained model. Thank you so much!!!