mber commited on
Commit
c8d4722
1 Parent(s): bf186cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,6 +27,6 @@ This trained model is based on the Fusion-In-Decoder model, and trained on the N
27
 
28
  # Model Details
29
 
30
- Model is based on Fusion-In-Decoder, which in turn is based around the t5-base architecture. For training, we utilized text retrieval for each query, which provides a collection of relevant and non relevant passages.
31
 
32
  We note that the passages were retrieved using a corpus based on Wikipeida.
 
27
 
28
  # Model Details
29
 
30
+ Model is based on Fusion-In-Decoder, which in turn is based on the google/flan-t5-base checkpoint. For training, we utilized text retrieval for each query, which provides a collection of relevant passages for it.
31
 
32
  We note that the passages were retrieved using a corpus based on Wikipeida.