pascalhuerten commited on
Commit
fae7e06
1 Parent(s): 23f0ae5

add performance evaluation

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -39,7 +39,10 @@ The **isy-thl/multilingual-e5-base-course-skill-tuned** is a finetuned version o
39
  - The model is optimized for educational contexts and may not generalize as effectively to other domains without further finetuning.
40
 
41
  ## Performance
42
- - Coming soon
 
 
 
43
 
44
  ## Usage
45
 
 
39
  - The model is optimized for educational contexts and may not generalize as effectively to other domains without further finetuning.
40
 
41
  ## Performance
42
+
43
+ ![Eval Results comparing intfloat/multilingual-e5-base, isy-thl/multilingual-e5-base-course-skill-tuned and also a version reranked with isy-thl/bge-reranker-base-course-skill-tuned](https://cdn-uploads.huggingface.co/production/uploads/64481ef1e6161a1f32e60d96/x5xqyU-_raRyVOGqGVpq-.png)
44
+
45
+ The fine-tuned BI-Encoder model (isy-thl/multilingual-e5-base-course-skill-tuned) performs exceptionally well for the target task, offering robust improvements over the base model. To maximize retrieval success, it is recommended to complement the BI-Encoder model with the reranker (isy-thl/bge-reranker-base-course-skill-tuned), especially in scenarios where the computational cost can be justified by the need for higher accuracy and precision.
46
 
47
  ## Usage
48