update path
Browse files- interference.sh +1 -1
- train.sh +1 -1
interference.sh
CHANGED
@@ -2,7 +2,7 @@ INFER_OUTPUT_DIR="output" # directory to write infer output
|
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned, e.g., ${HOME}"/t5x".
|
3 |
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_byt5"
|
4 |
CHECKPOINT_PATH="gs://nb-t5x/corpus_multi_sentencefix_byt5/checkpoint_1100000"
|
5 |
-
PROJECT_DIR=${HOME}"/
|
6 |
export PYTHONPATH=${PROJECT_DIR}
|
7 |
|
8 |
python3 ${T5X_DIR}/t5x/infer.py \
|
|
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned, e.g., ${HOME}"/t5x".
|
3 |
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_byt5"
|
4 |
CHECKPOINT_PATH="gs://nb-t5x/corpus_multi_sentencefix_byt5/checkpoint_1100000"
|
5 |
+
PROJECT_DIR=${HOME}"/models/multi-sentencefix-byt5"
|
6 |
export PYTHONPATH=${PROJECT_DIR}
|
7 |
|
8 |
python3 ${T5X_DIR}/t5x/infer.py \
|
train.sh
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
PROJECT_DIR=${HOME}"/
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_byt5"
|
4 |
MODEL_DIR="gs://nb-t5x/model_multi_sentencefix_byt5"
|
|
|
1 |
+
PROJECT_DIR=${HOME}"/models/multi-sentencefix-byt5"
|
2 |
T5X_DIR="../../t5x" # directory where the t5x is cloned.
|
3 |
TFDS_DATA_DIR="gs://nb-t5x/corpus_multi_sentencefix_byt5"
|
4 |
MODEL_DIR="gs://nb-t5x/model_multi_sentencefix_byt5"
|