#!/bin/bash cd hybrid_t5_complete_desc_unit micromamba run -n hug accelerate launch train_encoder.py micromamba run -n hug accelerate launch train_decoder.py cd .. cd hybrid_t5_pattern_desc_unit micromamba run -n hug accelerate launch train_encoder.py micromamba run -n hug accelerate launch train_decoder.py cd .. # cd classification_bert_complete_desc # micromamba run -n hug accelerate launch train.py # cd .. # cd classification_bert_complete_desc_unit # micromamba run -n hug accelerate launch train.py # cd .. # cd classification_bert_complete_desc_unit_name # micromamba run -n hug accelerate launch train.py # cd .. # cd mapping_t5_complete_desc # micromamba run -n hug accelerate launch train.py # cd .. # # cd mapping_t5_complete_desc_unit # micromamba run -n hug accelerate launch train.py # cd .. # # cd mapping_t5_complete_name_desc_unit # micromamba run -n hug accelerate launch train.py # cd ..