Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 476 Bytes

Inference for RadiologyGPT model

This folder implements RadiologyGPT inference.

Note that RadiologyGPT was developed to support radiology report summarization. Further, it was trained using the MIMIC-CXR dataset.

Instructions

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