pere's picture
First attempt
d3986eb
raw history blame
No virus
444 Bytes
PROJECT_DIR=${HOME}"/mymodel/multi-sentencefix-mt5"
T5X_DIR="../../t5x" # directory where the t5x is cloned.
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_mt5"
MODEL_DIR="gs://nb-t5x/model_multi_sentencefix_mt5"
export PYTHONPATH=${PROJECT_DIR}
python3 ${T5X_DIR}/t5x/train.py \
--gin_search_paths=${PROJECT_DIR} \
--gin_file="finetune_mt5_sentencefix.gin" \
--gin.MODEL_DIR="'${MODEL_DIR}'" \
--tfds_data_dir=${TFDS_DATA_DIR}