add demo.sh

This commit is contained in:
wacdev 2023-04-30 13:54:09 +08:00
parent 407cb8420a
commit e2c0d3f82a
No known key found for this signature in database
GPG Key ID: 5473A7C3DEAFC58D
3 changed files with 8 additions and 1 deletions

0
demo.py Normal file → Executable file
View File

7
demo.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
DIR=$(realpath $0) && DIR=${DIR%/*}
cd $DIR
set -ex
python demo.py --cfg-path $DIR/eval_configs/minigpt4_eval.yaml

View File

@ -8,7 +8,7 @@ model:
low_resource: True
prompt_path: "prompts/alignment.txt"
prompt_template: '###Human: {} ###Assistant: '
ckpt: '/path/to/pretrained/ckpt/'
ckpt: ./model/pretrained_minigpt4.pth # /path/to/pretrained/ckpt/
datasets: