soheeyang commited on
Commit
2f28331
·
1 Parent(s): 2cd3014

Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ The following is the answer recall rate measured using PyTorch 1.4.0 and transfo
14
 
15
  For the values of DPR, those in parentheses are directly taken from the paper. The values without parentheses are reported using the reproduction of DPR that consists of [this question encoder](https://huggingface.co/soheeyang/dpr-question_encoder-single-trivia-base) and [this queston encoder](https://huggingface.co/soheeyang/dpr-question_encoder-single-trivia-base).
16
 
17
- | | Top-K passages | 1 | 5 | 20 | 50 | 100 |
18
  |-------------|------------------|-----------|-----------|-----------|-----------|-----------|
19
  |**TriviaQA Dev** | **DPR** | 54.27 | 71.11 | 79.53 | 82.72 | 85.07 |
20
  | | **RDR (This Model)** | **61.84** | **75.93** | **82.56** | **85.35** | **87.00** |
 
14
 
15
  For the values of DPR, those in parentheses are directly taken from the paper. The values without parentheses are reported using the reproduction of DPR that consists of [this question encoder](https://huggingface.co/soheeyang/dpr-question_encoder-single-trivia-base) and [this queston encoder](https://huggingface.co/soheeyang/dpr-question_encoder-single-trivia-base).
16
 
17
+ | | Top-K Passages | 1 | 5 | 20 | 50 | 100 |
18
  |-------------|------------------|-----------|-----------|-----------|-----------|-----------|
19
  |**TriviaQA Dev** | **DPR** | 54.27 | 71.11 | 79.53 | 82.72 | 85.07 |
20
  | | **RDR (This Model)** | **61.84** | **75.93** | **82.56** | **85.35** | **87.00** |