From 6cc832c5e793a6877d1b2f851bcc0f5cd64bed42 Mon Sep 17 00:00:00 2001 From: ZiyiXia Date: Thu, 7 Nov 2024 16:06:20 +0000 Subject: [PATCH] tutorials --- Tutorials/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tutorials/README.md b/Tutorials/README.md index 3823878..07ac050 100644 --- a/Tutorials/README.md +++ b/Tutorials/README.md @@ -25,7 +25,7 @@ This module includes tutorials and demos showing how to use BGE and Sentence Tra In this part, we show popular similarity functions and techniques about searching. - [x] Similarity metrics -- [ ] Evaluation metrics +- [x] Evaluation metrics - [ ] ... ## [Indexing](./3_Indexing) @@ -47,7 +47,8 @@ In this module, we'll show the full pipeline of evaluating an embedding model, a - [x] Evaluate MSMARCO - [x] Intro to MTEB - [x] MTEB Leaderboard Eval -- [ ] C-MTEB +- [x] C-MTEB intro +- [x] C-MTEB leaderboard - [ ] ... ## [Reranking](./5_Reranking/)