# T5-ANCE ## Download On Hugging Face: [OpenMatch/t5-ance](https://huggingface.co/OpenMatch/t5-ance) ## Information T5-ANCE generally follows the training procedure described in [this page](dr-msmarco-passage.md), but uses a much larger batch size. Dataset used for training: - MS MARCO Passage Evaluation result: |Dataset|Metric|Result| |---|---|---| |MS MARCO Passage (dev) | MRR@10 | 0.3570| Important hyper-parameters: |Name|Value| |---|---| |Global batch size|256| |Learning rate|5e-6| |Maximum length of query|32| |Maximum length of document|128| |Template for query|``| |Template for document|`Title: Text: <text>`| ## Paper \-