RetroMAE
RetroMAE copied to clipboard
Codebase for RetroMAE and beyond.
Great work, I have some questions below: class RetroMAECollator(DataCollatorForWholeWordMask): max_seq_length: int = 512 encoder_mlm_probability: float = 0.15 decoder_mlm_probability: float = 0.15 def __call__(self, examples): input_ids_batch = [] attention_mask_batch = []...
Hellow, Is that the code publiced in [code](https://github.com/staoxiao/RetroMAE/tree/master/examples/retriever/msmarco) is for finetuning the model by dpr? Where can i find the code for finetuning with ANCE? And there's another question that...
Hi, I see that you have also reported results on NQ dataset but there is no details for nq evaluation in the paper. Could you provide more instructions (codebase, data...
Hi, Thanks for the great work! I was wondering if it is possible to provide the teacher score file you used to fine-tune the model on the MSMarco dataset? Thanks!
I find that the finetune code is using RetroMAE V1, where i can't find something about ot-embedding in finetune code. Is it released? Dose the code released now use the...