duobert
duobert copied to clipboard
Multi-stage passage ranking: monoBERT + duoBERT
hi @rodrigonogueira4 The paper, "Multi-Stage Document Ranking with BERT", mentioned that `we use the [CLS] vector as input to a single layer neural network to obtain a probability of the...
hey @rodrigonogueira4 this isn't being actively worked on anymore right? If so, we should remove the files from GCP to save some 💵 - make sure I have a complete...
I notice that when TFrecord is generated, two documents are assigned different segment ids(1, 2). However, the type_vocab_size is 2 according to bert_config.json provided. So I wonder the actual segment...
I'm trying to follow the same steps in the "Replicating our MS MARCO results with duoBERT" section but I get this error when it tries to load the checkpoint: ```...
Is it possible #4 is affecting the accuracy of results in tf 2.1. I ported the code over with the convert to tf2 script and ran on provided dev_dataset.tf and...