changed model names in all files
Browse files- train.sh +1 -2
- train_large.sh +1 -1
- train_large_v4.sh +1 -1
- train_small.sh +1 -1
- train_small_v4.sh +1 -1
- train_v4.sh +1 -1
train.sh
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
-
|
4 |
-
MODEL_DIR="gs://nb-t5x/test_model_multi_sentencefix_mt5"
|
5 |
export PYTHONPATH=${PROJECT_DIR}
|
6 |
|
7 |
python3 ${T5X_DIR}/t5x/train.py \
|
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
+
MODEL_DIR="gs://nb-t5x/model_mT5X_base"
|
|
|
4 |
export PYTHONPATH=${PROJECT_DIR}
|
5 |
|
6 |
python3 ${T5X_DIR}/t5x/train.py \
|
train_large.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_mt5"
|
4 |
-
MODEL_DIR="gs://nb-t5x/
|
5 |
export PYTHONPATH=${PROJECT_DIR}
|
6 |
|
7 |
python3 ${T5X_DIR}/t5x/train.py \
|
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_mt5"
|
4 |
+
MODEL_DIR="gs://nb-t5x/model_mT5X_large"
|
5 |
export PYTHONPATH=${PROJECT_DIR}
|
6 |
|
7 |
python3 ${T5X_DIR}/t5x/train.py \
|
train_large_v4.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
-
MODEL_DIR="gs://nb-t5x-us-central2/
|
4 |
export PYTHONPATH=${PROJECT_DIR}
|
5 |
|
6 |
python3 ${T5X_DIR}/t5x/train.py \
|
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
+
MODEL_DIR="gs://nb-t5x-us-central2/model_mT5X_large"
|
4 |
export PYTHONPATH=${PROJECT_DIR}
|
5 |
|
6 |
python3 ${T5X_DIR}/t5x/train.py \
|
train_small.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_mt5"
|
4 |
-
MODEL_DIR="gs://nb-t5x/
|
5 |
export PYTHONPATH=${PROJECT_DIR}
|
6 |
|
7 |
python3 ${T5X_DIR}/t5x/train.py \
|
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_mt5"
|
4 |
+
MODEL_DIR="gs://nb-t5x/model_mT5X_small"
|
5 |
export PYTHONPATH=${PROJECT_DIR}
|
6 |
|
7 |
python3 ${T5X_DIR}/t5x/train.py \
|
train_small_v4.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
-
MODEL_DIR="gs://nb-t5x-us-central2/
|
4 |
export PYTHONPATH=${PROJECT_DIR}
|
5 |
|
6 |
python3 ${T5X_DIR}/t5x/train.py \
|
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
+
MODEL_DIR="gs://nb-t5x-us-central2/model_mT5X_small"
|
4 |
export PYTHONPATH=${PROJECT_DIR}
|
5 |
|
6 |
python3 ${T5X_DIR}/t5x/train.py \
|
train_v4.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
-
MODEL_DIR="gs://nb-t5x-us-central2/
|
4 |
export PYTHONPATH=${PROJECT_DIR}
|
5 |
|
6 |
python3 ${T5X_DIR}/t5x/train.py \
|
|
|
1 |
PROJECT_DIR=${HOME}"/models/multi-sentencefix-mt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
+
MODEL_DIR="gs://nb-t5x-us-central2/model_mT5X_base"
|
4 |
export PYTHONPATH=${PROJECT_DIR}
|
5 |
|
6 |
python3 ${T5X_DIR}/t5x/train.py \
|