tformal commited on
Commit
0f2ad0e
1 Parent(s): c397abe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - splade
7
  ---
8
+
9
+ ## SPLADE-v3-DistilBERT
10
+
11
+ SPLADE-v3-DistilBERT is the DistilBERT version of `naver/splade-v3`.
12
+
13
+ For more details, see our arXiv companion book: https://arxiv.org/abs/2403.06789
14
+ To use SPLADE, please visit our GitHub repository: https://github.com/naver/splade
15
+
16
+ ## Performance
17
+
18
+ | | MRR@10 (MS MARCO dev) | avg nDCG@10 (BEIR-13) |
19
+ | --- | --- | --- |
20
+ | `naver/splade-v3-distilbert` | 38.7 | 50.0 |
21
+
22
+ ## Citation
23
+
24
+ If you use our checkpoint, please cite our work:
25
+
26
+ ```
27
+ @misc{lassance2024spladev3,
28
+ title={SPLADE-v3: New baselines for SPLADE},
29
+ author={Carlos Lassance and Hervé Déjean and Thibault Formal and Stéphane Clinchant},
30
+ year={2024},
31
+ eprint={2403.06789},
32
+ archivePrefix={arXiv},
33
+ primaryClass={cs.IR},
34
+ copyright = {Creative Commons Attribution Non Commercial Share Alike 4.0 International}
35
+ }
36
+ ```