t5-parliament-categorisation / finetune_base.sh
pere's picture
updated batch run
08a2592
PROJECT_DIR=${HOME}"/models/t5-parliament-categorisation"
export PYTHONPATH=${PROJECT_DIR}
python3 ../../t5x/t5x/train.py \
--gin_search_paths="./" \
--gin_file="finetune_categorisation_base.gin" \
--gin.MIXTURE_OR_TASK_NAME=\"parliament\" \
--gin.MODEL_DIR=\"gs://nb-t5x-us-central2/finetuned/v1_norwegian_NCC_plus_English_t5x_base_1_500_000_parliament\" \