fixed the wandb project name
Browse files- run_pretraining.sh +1 -1
run_pretraining.sh
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
export WANDB_ENTITY="wandb"
|
2 |
-
export WANDB_PROJECT="
|
3 |
export WANDB_LOG_MODEL="true"
|
4 |
|
5 |
./run_clm_flax.py \
|
|
|
1 |
export WANDB_ENTITY="wandb"
|
2 |
+
export WANDB_PROJECT="hf-flax-gpt2-indonesian"
|
3 |
export WANDB_LOG_MODEL="true"
|
4 |
|
5 |
./run_clm_flax.py \
|