ncbi-nlp/bluebert

Evaluation on MedNLI dataset

passing2961 opened this issue · 1 comments

Hi,

I have one issues for evaluating my pretrained model on the MedNLI dataset.

The provided MedNLI dataset is jsonl format, but the code MedNLIProcessor in run_bluebert.py read the tsv format dataset.

Could you tell me how to figure it out?

Best,
Thanks

I figure it out by using create_mednli_bert.py source code.

Thanks