File size: 374 Bytes
f273560
d3986eb
a62f9f2
d3986eb
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
T5X_DIR="../../t5x"  # directory where the t5x is cloned.
MODEL_DIR="gs://nb-t5x/model_mT5X_base"
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}