hipom_data_mapping/train/train.bash

37 lines
919 B
Bash
Raw Normal View History

#!/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 ..