| Mode | NDCG@10 | MAP@100 | MRR | Recall@100 | P@10 |
|---|---|---|---|---|---|
| {{ mode_name }} | {{ "%.4f" | format(m.get("NDCG@10", 0)) }} | {{ "%.4f" | format(m.get("MAP@100", 0)) }} | {{ "%.4f" | format(m.get("MRR", 0)) }} | {{ "%.4f" | format(m.get("Recall@100", 0)) }} | {{ "%.4f" | format(m.get("P@10", 0)) }} |
No evaluation results found.
Run:
python -m evaluation.run_eval --datasets scifact nfcorpus --mode all