raul-delarosa99 commited on
Commit
226e094
·
verified ·
1 Parent(s): b82075a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -262,14 +262,14 @@ You can finetune this model on your own dataset.
262
  * Dataset: `qa_eval`
263
  * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
264
 
265
- | Metric | Value |
266
- |:-----------------------|:-----------|
267
- | dot_score_accuracy@10 | 0.8902 |
268
- | dot_score_precision@10 | 0.0984 |
269
- | dot_score_recall@10 | 0.8142 |
270
- | dot_score_ndcg@10 | 0.6921 |
271
- | dot_score_mrr@10 | 0.6943 |
272
- | **dot_score_map@10** | **0.6313** |
273
 
274
  <!--
275
  ## Bias, Risks and Limitations
 
262
  * Dataset: `qa_eval`
263
  * Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
264
 
265
+ | Metric | Fine Tunned| Base Model |
266
+ |:-----------------------|:-----------|:-----------|
267
+ | dot_score_accuracy@10 | 0.8902 | 0.7909 |
268
+ | dot_score_precision@10 | 0.0984 | 0.0842 |
269
+ | dot_score_recall@10 | 0.8142 | 0.7135 |
270
+ | dot_score_ndcg@10 | 0.6921 | 0.6009 |
271
+ | dot_score_mrr@10 | 0.6943 | 0.6015 |
272
+ | **dot_score_map@10** | **0.6313** | **0.5462** |
273
 
274
  <!--
275
  ## Bias, Risks and Limitations