Open ZON-ZONG-MIN opened 1 year ago
Have you checked if this file exist "../../checkpoints/QA-PubMedQA-BioGPT-Large/generate_checkpoint.pt: No such file or directory" from the directory where you are running? Basically it seems like either you need to change directory of your weights file .. as your current code is not able to find it.
I follow BioGPT/examples/QA-PubMedQA/README.md to Test PubMedQA accuracy. This is my colab: https://colab.research.google.com/drive/1BQmO1c0s4E6ZqpB0Tfv7wocMhmJm2AKx?usp=sharing
And I get the following result:
When I run
preprocess_large.sh
andinfer_large.sh
,preporcess_large.sh
can generatebiogpt-large-pqal_qcl_ansis-bin
butinfer_large.sh
have some errorI'm not sure where the error is