Update README.md
#4
by
nikess42
- opened
README.md
CHANGED
@@ -12,7 +12,7 @@ by Patrick Lewis, Ethan Perez, Aleksandara Piktus et al.
|
|
12 |
|
13 |
The model is a *uncased* model, which means that capital letters are simply converted to lower-case letters.
|
14 |
|
15 |
-
The model
|
16 |
The question_encoder and retriever are based on `facebook/dpr-question_encoder-single-nq-base` and `facebook/bart-large`, which were jointly finetuned on
|
17 |
on the *wiki_dpr* QA dataset in an end-to-end fashion.
|
18 |
|
|
|
12 |
|
13 |
The model is a *uncased* model, which means that capital letters are simply converted to lower-case letters.
|
14 |
|
15 |
+
The model consists of a *question_encoder*, *retriever* and a *generator*. The retriever extracts relevant passages from the *wiki_dpr* `train` datasets, which is linked above.
|
16 |
The question_encoder and retriever are based on `facebook/dpr-question_encoder-single-nq-base` and `facebook/bart-large`, which were jointly finetuned on
|
17 |
on the *wiki_dpr* QA dataset in an end-to-end fashion.
|
18 |
|