soheeyang commited on
Commit
3eb060c
1 Parent(s): 2575411

Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ This model is the context encoder of RDR trained solely on Natural Questions (NQ
12
 
13
  The following is the answer recall rate measured using PyTorch 1.4.0 and transformers 4.5.0.
14
 
15
- The values of DPR on the NQ dev set are taken from Table 1 of the paper of [RDR](https://arxiv.org/abs/2010.10999). The values of DPR on the NQ test set are taken from the [codebase of DPR](https://github.com/facebookresearch/DPR). DPR-adv is the a new DPR model released in March 2021. It is trained on the original DPR NQ train set and its version where hard negatives are mined using DPR index itself using the previous NQ checkpoint. Please refer to the [codebase of DPR](https://github.com/facebookresearch/DPR) for more details about DPR-adv-hn.
16
 
17
  | | Top-K Passages | 1 | 5 | 20 | 50 | 100 |
18
  |---------|------------------|-------|-------|-------|-------|-------|
 
12
 
13
  The following is the answer recall rate measured using PyTorch 1.4.0 and transformers 4.5.0.
14
 
15
+ The values of DPR on the NQ dev set are taken from Table 1 of the [paper of RDR](https://arxiv.org/abs/2010.10999). The values of DPR on the NQ test set are taken from the [codebase of DPR](https://github.com/facebookresearch/DPR). DPR-adv is the a new DPR model released in March 2021. It is trained on the original DPR NQ train set and its version where hard negatives are mined using DPR index itself using the previous NQ checkpoint. Please refer to the [codebase of DPR](https://github.com/facebookresearch/DPR) for more details about DPR-adv-hn.
16
 
17
  | | Top-K Passages | 1 | 5 | 20 | 50 | 100 |
18
  |---------|------------------|-------|-------|-------|-------|-------|