pere commited on
Commit
2129ec0
·
1 Parent(s): 2eb1701
Files changed (1) hide show
  1. train_scandinavian_xl.sh +0 -9
train_scandinavian_xl.sh DELETED
@@ -1,9 +0,0 @@
1
- PROJECT_DIR=${HOME}"/models/pk-nb-t5x"
2
- T5X_DIR="../../t5x" # directory where the t5x is cloned.
3
- MODEL_DIR="gs://nb-t5x-us-central2/norwegian_NCC_plus_English_t5x_xl"
4
- export PYTHONPATH=${PROJECT_DIR}
5
-
6
- python3 ${T5X_DIR}/t5x/train.py \
7
- --gin_search_paths=${PROJECT_DIR} \
8
- --gin_file="norwegian_xl.gin" \
9
- --gin.MODEL_DIR="'${MODEL_DIR}'" \