PaddlePaddle / RocketQA

🚀 RocketQA, dense retrieval for information retrieval and question answering, including both Chinese and English state-of-the-art models.
Apache License 2.0
766 stars 128 forks source link

test_index文件在哪里?是什么格式的? #117

Open wyzhhhh opened 1 year ago

wyzhhhh commented 1 year ago

在通过FASIS使用RocketQA时,找不到test_index文件,请问在哪里可以下载,是什么样的格式的。谢谢好心人解答

zhangqiqi1228 commented 1 year ago

在通过FASIS使用RocketQA时,找不到test_index文件,请问在哪里可以下载,是什么样的格式的。谢谢好心人解答

test_index是通过index.py产出的output文件。参考:https://aistudio.baidu.com/projectdetail/3225255?contributionType=1 python index.py zh ${your_data} ${index_name}