File size: 369 Bytes
d646255 |
1 2 3 4 5 6 7 8 9 10 |
PROJECT_DIR=${HOME}"/models/pk-nb-t5x"
T5X_DIR="../../t5x" # directory where the t5x is cloned.
MODEL_DIR="gs://nb-t5x-us-central2/norwegian_NCC_plus_English_plus200k_scandinavian_t5x_xl"
export PYTHONPATH=${PROJECT_DIR}
python3 ${T5X_DIR}/t5x/train.py \
--gin_search_paths=${PROJECT_DIR} \
--gin_file="scandinavian_xl.gin" \
--gin.MODEL_DIR="'${MODEL_DIR}'" \
|