mvr

Configuration, model, and tokenizer for MVR (Multi-View Representation) type models. Originally proposed in Multi-View Document Representation Learning for Open-Domain Dense Retrieval.

Classes

MvrConfig([query_length, doc_length, ...])

Configuration class for a MVR model.

MvrModel(config, *args, **kwargs)

MVR model for multi-view representation learning.

MvrTokenizer(*args[, query_length, ...])