Chenxi Whitehouse commited on
Commit
c6dc94b
1 Parent(s): bfc0a48
README.md CHANGED
@@ -33,7 +33,7 @@ bash script/scraper.sh <split> <start_idx> <end_idx>
33
  ```
34
 
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
  ```
 
33
  ```
34
 
35
  ### Rank the sentences in the knowledge store with BM25
36
+ See [bm25_sentences.py](https://huggingface.co/chenxwh/AVeriTeC/blob/main/src/reranking/bm25_sentences.py) for more args
37
  ```
38
+ python -m src.reranking.bm25_sentences
39
  ```
src/reranking/{bm25_sentenes.py → bm25_sentences.py} RENAMED
File without changes