Skip to content

Commit

Permalink
update evaluation readme
Browse files Browse the repository at this point in the history
  • Loading branch information
junchen14 committed Oct 31, 2023
1 parent 6491a16 commit 28c732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval_scripts/EVAL_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ refcocog | val, test

```
torchrun --master-port ${port} --nproc_per_node 1 eval_ref.py \
--cfg-path ${cfg_path} --img_path ${IMG_PATH} --eval_file_path ${eval_file_path} --save_path ${save_path} \
--cfg-path ${cfg_path} --eval_file_path ${eval_file_path} --save_path ${save_path} \
--ckpt ${ckpt} --split ${split} --dataset ${dataset} --lora_r 64 --lora_alpha 16 \
--batch_size 10 --max_new_tokens 20 --resample
```
Expand Down

0 comments on commit 28c732c

Please sign in to comment.