Chenxi Whitehouse
commited on
Commit
•
136975e
1
Parent(s):
857a089
update readme
Browse files
README.md
CHANGED
@@ -99,7 +99,7 @@ python -m src.reranking.question_generation_top_sentences
|
|
99 |
```
|
100 |
|
101 |
### 4. Rerank the QA pairs
|
102 |
-
Using a pre-trained BERT model [bert_dual_encoder.ckpt](https://huggingface.co/chenxwh/AVeriTeC/blob/main/pretrained_models/bert_dual_encoder.ckpt) we rerank the QA paris and keep top 3 QA paris as evidence. We provide the output file for this step on the dev set [here]().
|
103 |
```bash
|
104 |
```
|
105 |
|
|
|
99 |
```
|
100 |
|
101 |
### 4. Rerank the QA pairs
|
102 |
+
Using a pre-trained BERT model [bert_dual_encoder.ckpt](https://huggingface.co/chenxwh/AVeriTeC/blob/main/pretrained_models/bert_dual_encoder.ckpt), we rerank the QA paris and keep top 3 QA paris as evidence. We provide the output file for this step on the dev set [here]().
|
103 |
```bash
|
104 |
```
|
105 |
|