bgchoi commited on
Commit
3c895d4
·
verified ·
1 Parent(s): 9c7e486

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -28,4 +28,6 @@ configs:
28
  path: data/train-*
29
  ---
30
 
31
- The dataset is originated by [dmrau/multi_qa](dmrau/multi_qa) and the topk passages are retrieved by SPLADE-v3.
 
 
 
28
  path: data/train-*
29
  ---
30
 
31
+ The dataset is originated by [dmrau/multi_qa](dmrau/multi_qa).
32
+
33
+ The *topk* passages are retrieved by SPLADE-v3 and the *pred_answer* is generated with Mistral-7B-Instruct-v0.2 with the retrieved passages.