beir-cellar / beir

A Heterogeneous Benchmark for Information Retrieval. Easy to use, evaluate your models across 15+ diverse IR datasets.
http://beir.ai
Apache License 2.0
1.55k stars 187 forks source link

Syntax issue in retrieval evaluate_custom_model.py #5

Closed corticalstack closed 3 years ago

corticalstack commented 3 years ago

Hi,

Syntax issue in evaluate_custom_model.py due to missing import of typing for List and Dict:

from typing import List, Dict

Thanks for all the great work!

thakur-nandan commented 3 years ago

Thanks, @corticalstack for bringing to my notice. I will update the example.