Skip to content

Latest commit

 

History

History
 
 

QA-PubMedQA

Question Answering on PubMedQA

Data

You can process the data by:

bash preprocess.sh # for BioGPT

or:

bash preprocess_large.sh # for BioGPT-Large

Training

You can fine-tune on the pre-trained models by:

bash train.sh # for BioGPT

or

bash train_large.sh # for BioGPT-Large

Model Checkpoint

We provide our fine-tuned model on the task. See here

Inference and Evaluating

You can inference and evaluate the model on the test set by:

bash infer.sh # for BioGPT

or

bash infer_large.sh # for BioGPT-Large