dmis-lab / biobert-pytorch

PyTorch Implementation of BioBERT
http://doi.org/10.1093/bioinformatics/btz682
Other
299 stars 104 forks source link

Fix wrong answer filename while evaluating RE #12

Open ting830812 opened 3 years ago

ting830812 commented 3 years ago

Hi,

I found that the filename of original answer seems wrong. After downloading datasets by ./download.sh, there is only test.tsv in RE/<ENTITY>/<SPLIT> instead of test_original.tsv.

Thank you