pk-nb-t5x / train_norwegian_lm_small.sh
pere's picture
lm models all sizes
12b4b04
raw
history blame
No virus
366 Bytes
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_pluss100k_lm_t5x_small"
export PYTHONPATH=${PROJECT_DIR}
python3 ${T5X_DIR}/t5x/train.py \
--gin_search_paths=${PROJECT_DIR} \
--gin_file="norwegian_lm_small.gin" \
--gin.MODEL_DIR="'${MODEL_DIR}'" \