Here are the steps to run the code for MUST:

1. Install the dependencies: pytorch (1.10), timm (0.4.12), tensorboardX, ftfy 
2. Input the paths for the downstream datasets in dataset_catalog.json
3. Run python -m torch.distributed.run --nproc_per_node=16 train.py --dataset [name_of_dataset]

Thank you.