pere commited on
Commit
1e2b517
1 Parent(s): 62c9c24

update path

Browse files
Files changed (2) hide show
  1. interference.sh +1 -1
  2. 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}"/mymodel/multi-sentencefix-byt5"
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}"/mymodel/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"
 
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"