lysandre HF staff nikess42 commited on
Commit
c269b10
1 Parent(s): af32fa1

Update README.md (#4)

Browse files

- Update README.md (bdada73cc09b9e74fb5a77d0eb0291e120fa9950)


Co-authored-by: nik <nikess42@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
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 consits 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
 
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