FlagOpen / FlagEmbedding

Retrieval and Retrieval-augmented LLMs
MIT License
7k stars 511 forks source link

使用eval_msmarco.py评测embedding时recall和mrr没有分数 #893

Open zeruiz99 opened 3 months ago

zeruiz99 commented 3 months ago

使用FlagEmbedding/baai_general_embedding/finetune/eval_msmarco.py 按照文件格式构建了自己的corpus和query但是 {'MRR@1': 0.0, 'MRR@10': 0.0, 'MRR@100': 0.0, 'Recall@1': 0.0, 'Recall@10': 0.0, 'Recall@100': 0.0}

staoxiao commented 3 months ago

Please give me some examples of your data, so I can analysis the possible reason.