From 340410685afdf30d772630b726fbba10b6eb74a6 Mon Sep 17 00:00:00 2001 From: dnth Date: Tue, 3 Dec 2024 15:27:44 +0800 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49def87..81f5bee 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Evaluate your multimodal retrieval system in 3 lines of code. - ✅ Load datasets and models with one line of code. - ✅ Built in support for Sentence Transformers, TIMM, BM25, and Transformers models. -- ✅ Run benchmarks with one line of code and get retrieval metrics like MRR, NormalizedDCG, Precision, Recall, HitRate, and MAP. +- ✅ Run benchmarks and get retrieval metrics like MRR, NormalizedDCG, Precision, Recall, HitRate, and MAP. - ✅ Visualize retrieval results to understand how your model is performing. ## 🚀 Quickstart