multi-sentencefix-mt5 / train_small_v4.sh
pere's picture
changed model names in all files
a62f9f2
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
T5X_DIR="../../t5x" # directory where the t5x is cloned.
MODEL_DIR="gs://nb-t5x-us-central2/model_mT5X_small"
export PYTHONPATH=${PROJECT_DIR}
python3 ${T5X_DIR}/t5x/train.py \
--gin_search_paths=${PROJECT_DIR} \
--gin_file="finetune_small_mt5_sentencefix_v4.gin" \
--gin.MODEL_DIR="'${MODEL_DIR}'" \
--tfds_data_dir=${TFDS_DATA_DIR}