BioMedGPT-Mol / evaluation /scripts /inference_openmolinst_cot.sh
leofansq's picture
update scripts
1145409 verified
DATASET_DIR=evaluation/datasets
URL="http://localhost:8000/v1"
python evaluation/inference.py\
--dataset_name openmolinst \
--dataset_path $DATASET_DIR \
--save_dir logs \
--model_name biomedgpt_mol_cot \
--url $URL \
--disable_no_think