rasyosef commited on
Commit
f622aaa
·
verified ·
1 Parent(s): 864b849

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -149,13 +149,13 @@ This tiny SPLADE model is `6x` smaller than Naver's official `splade-v3-distilbe
149
 
150
  ## Performance
151
 
152
- The splade models were evaluated on 55 thousand queries and 8 million documents from the [MSMARCO](https://huggingface.co/datasets/microsoft/ms_marco) dataset.
153
 
154
  ||Size (# Params)|MRR@10 (MS MARCO dev)|
155
  |:---|:----|:-------------------|
156
- |`BM25`|-|18.6|-|-|
157
- |`rasyosef/splade-tiny`|4.4M|30.8|
158
- |`rasyosef/splade-mini`|11.2M|32.8|
159
  |`naver/splade-v3-distilbert`|67.0M|38.7|
160
 
161
  ## Usage
 
149
 
150
  ## Performance
151
 
152
+ The splade models were evaluated on 55 thousand queries and 8.84 million documents from the [MSMARCO](https://huggingface.co/datasets/microsoft/ms_marco) dataset.
153
 
154
  ||Size (# Params)|MRR@10 (MS MARCO dev)|
155
  |:---|:----|:-------------------|
156
+ |`BM25`|-|18.0|-|-|
157
+ |`rasyosef/splade-tiny`|4.4M|30.9|
158
+ |`rasyosef/splade-mini`|11.2M|33.2|
159
  |`naver/splade-v3-distilbert`|67.0M|38.7|
160
 
161
  ## Usage