LilaBoualili
commited on
Commit
•
ac9f6bf
1
Parent(s):
b95f70d
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
tags:
|
4 |
+
- dense-retrieval
|
5 |
+
- knowledge-distillation
|
6 |
+
datasets:
|
7 |
+
- ms_marco
|
8 |
+
---
|
9 |
+
|
10 |
# Margin-MSE Trained ColBERT encoder model only
|
11 |
|
12 |
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).
|