mabornea commited on
Commit
62d44ed
1 Parent(s): b07f467

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,13 +13,13 @@ A Fusion in Decoder(FiD) model based on BART for the [KILT-ELI5](https://github.
13
 
14
  The FiD model was in introduced in the paper 'Leveraging Passage Retrieval with Generative Models for Open Domain Question Answering'.
15
 
16
- The model has been initialized with [facebook/bart-large](https://huggingface.co/facebook/bart-large).
17
 
18
- The model was trained with the KILT-ELI5 questions and supporting passages obtained from a ColBERT index of the 2019/08/01 Wikipedia dump.
19
 
20
  ## Intended uses & limitations
21
 
22
- You can use the raw model for the generative question answering task. Biases associated with the pre-existing language model, facebook/bart-large, that we used may be present in our fine-tuned model.
23
 
24
  ## Usage
25
 
 
13
 
14
  The FiD model was in introduced in the paper 'Leveraging Passage Retrieval with Generative Models for Open Domain Question Answering'.
15
 
16
+ This model has been initialized with [facebook/bart-large](https://huggingface.co/facebook/bart-large).
17
 
18
+ This model was trained with the KILT-ELI5 questions and supporting passages obtained from a ColBERT index of the 2019/08/01 Wikipedia dump.
19
 
20
  ## Intended uses & limitations
21
 
22
+ You can use this raw model for the generative question answering task. Biases associated with the pre-existing language model that we used, facebook/bart-large, may be present in our fine-tuned model.
23
 
24
  ## Usage
25