Open abkds opened 1 year ago
FileNotFoundError: [Errno 2] No such file or directory: '\\kilt\\kilt\\configs\\retriever\\default_bm25.json'
In the retrieval configs there is no default file for bm25. Can you guys add that? Thanks
same
I can run bm25 retrieval by this config(just create a new file and put the code in it): { "index":xxx/pyserini/indexes/kilt_passage", "k":100, "num_threads":8} To get the index for bm25 retrieval, you can follow the instructions in https://github.com/castorini/pyserini/blob/master/docs/usage-index.md#building-a-bm25-index-direct-java-implementation
Can you please provide the command that you use to create the index for the kilt_knowledgesource.json?
你好,我已经收到您的邮件~
FileNotFoundError: [Errno 2] No such file or directory: '\\kilt\\kilt\\configs\\retriever\\default_bm25.json'
In the retrieval configs there is no default file for bm25. Can you guys add that? Thanks