Chenxi Whitehouse
commited on
Commit
•
bfc0a48
1
Parent(s):
17af92c
add files
Browse files
README.md
CHANGED
@@ -35,5 +35,5 @@ bash script/scraper.sh <split> <start_idx> <end_idx>
|
|
35 |
### Rank the sentences in the knowledge store with BM25
|
36 |
See [bm25_sentenes.py](https://huggingface.co/chenxwh/AVeriTeC/tree/main/src/reranking/bm25_sentenes.py) for more args
|
37 |
```
|
38 |
-
|
39 |
```
|
|
|
35 |
### Rank the sentences in the knowledge store with BM25
|
36 |
See [bm25_sentenes.py](https://huggingface.co/chenxwh/AVeriTeC/tree/main/src/reranking/bm25_sentenes.py) for more args
|
37 |
```
|
38 |
+
python -m src.reranking.bm25_sentenes
|
39 |
```
|