allenai / ir_datasets

Provides a common interface to many IR ranking datasets.
https://ir-datasets.com/
Apache License 2.0
309 stars 42 forks source link

Hotfix for #188 #190

Closed ArthurCamara closed 2 years ago

ArthurCamara commented 2 years ago

Should fix #188

ArthurCamara commented 2 years ago

This worked for me. 😄 changed to

with open(path, 'rb') as f: 
seanmacavaney commented 2 years ago

thanks!