def __init__()

in src/beir_utils.py [0:0]


    def __init__(
        self, 
        query_encoder, 
        doc_encoder=None, 
        tokenizer=None, 
        maxlength=512, 
        add_special_tokens=True, 
        norm_query=False, 
        norm_doc=False,
        **kwargs