Tutorial

Our code is here.

Once you have successfully configured the environment, the entire directory structure should be as follows:

LAMM β”œβ”€β”€ ckpt β”‚ β”œβ”€β”€ lamm_2d # saved checkpoints in training β”‚ └── … β”œβ”€β”€ data # dataset folder, see Dataset Preparation section for detail β”‚Β Β  β”œβ”€β”€ LAMM # LAMM dataset β”‚Β Β  β”œβ”€β”€ Octavius # Octavius dataset β”‚ β”œβ”€β”€ ChEF # ChEF dataset
β”‚ └── … # your custom dataset β”œβ”€β”€ docs # document β”œβ”€β”€ images # readme assets β”œβ”€β”€ model_zoo # see Model Preparation for Training for detail β”‚ β”œβ”€β”€ vicuna_ckpt # Vicuna-7B/13B β”‚ β”œβ”€β”€ epcl_vit-L_256tokens # EPCL pretraining checkpoints (Optional) β”‚ └── … β”œβ”€β”€ requirements # python environment requirements β”œβ”€β”€ src └── …