LilaBoualili
commited on
Commit
•
b95f70d
1
Parent(s):
bd9830e
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Margin-MSE Trained ColBERT encoder model only
|
2 |
+
|
3 |
+
We provide the encoder model of the complete retrieval trained DistilBert-based ColBERT model. This model is trained with Margin-MSE using a 3 teacher BERT_Cat (concatenated BERT scoring) ensemble on MSMARCO-Passage, for more details check the [full model card](https://huggingface.co/sebastian-hofstaetter/colbert-distilbert-margin_mse-T2-msmarco).
|
4 |
+
|
5 |
+
This encoder-only model is used as the oracle for distilling term topic embeddings in our ECIR'23 [paper](https://link.springer.com/chapter/10.1007/978-3-031-28238-6_25).
|