Skip to content

Commit

Permalink
Fix table (huggingface#1906)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Mar 15, 2024
1 parent 0e452db commit 08895fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intel-fast-embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ Quantizing the models' weights to a lower precision introduces accuracy loss, as
The table below shows the average accuracy (on multiple datasets) of each task type (MAP for Reranking, NDCG@10 for Retrieval), where `int8` is our quantized model and `fp32` is the original model (results taken from the official MTEB leaderboard). The quantized models show less than 1% error rate compared to the original model in the Reranking task and less than 1.55% in the Retrieval task.

<table>
<tr><th> Model </th><th> Reranking </th><th> Retrieval </th></tr>
<tr><th> </th><th> Reranking </th><th> Retrieval </th></tr>
<tr><td>

| precision |
| |
| --------- |
| BGE-small |
| BGE-base |
Expand Down

0 comments on commit 08895fd

Please sign in to comment.