pere's picture
working version
8993bac
raw
history blame
375 Bytes
PROJECT_DIR=${HOME}"/models/t5-parliament-categorisation"
T5X_DIR="../../t5x" # directory where the t5x is cloned.
MODEL_DIR="gs://nb-t5x-us-central2/eval2_norwegian_NCC_2_000_000"
export PYTHONPATH=${PROJECT_DIR}
python3 ${T5X_DIR}/t5x/train.py \
--gin_search_paths=${PROJECT_DIR} \
--gin_file="finetune_categorisation_base.gin" \
--gin.MODEL_DIR="'${MODEL_DIR}'"