This folder implements RadiologyGPT inference.
Note that RadiologyGPT was developed to support radiology report summarization. Further, it was trained using the MIMIC-CXR dataset.
Run the following command to run inference on MEDIQA 2021:
python eval_radiologygpt.py \
--data_file /PATH_TO/mediqa2021_test.jsonl \
--output_dir /PATH_TO/OUTPUT_DIR