put MODEL_DIR export separately
Browse files- run_finetuning.sh +2 -1
run_finetuning.sh
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
export WANDB_ENTITY="cahya"
|
3 |
export WANDB_PROJECT="gpt2-indonesian"
|
4 |
export WANDB_LOG_MODEL="true"
|
|
|
1 |
+
MODEL_DIR="$(pwd)"
|
2 |
+
export MODEL_DIR
|
3 |
export WANDB_ENTITY="cahya"
|
4 |
export WANDB_PROJECT="gpt2-indonesian"
|
5 |
export WANDB_LOG_MODEL="true"
|