add language metadata tag
#1
by
librarian-bot
- opened
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# MS Marco Ranking with ColBERT on Vespa.ai
|
2 |
|
3 |
Model is based on [ColBERT: Efficient and Effective Passage Search via Contextualized Late Interaction over BERT](https://arxiv.org/abs/2004.12832).
|
@@ -67,5 +71,4 @@ torch.onnx.export(colbert_query_encoder,
|
|
67 |
```
|
68 |
|
69 |
# Representing the model on Vespa.ai
|
70 |
-
See [Ranking with ONNX models](https://docs.vespa.ai/documentation/onnx.html) and [MS Marco Ranking sample app](https://github.com/vespa-engine/sample-apps/tree/master/msmarco-ranking)
|
71 |
-
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
# MS Marco Ranking with ColBERT on Vespa.ai
|
6 |
|
7 |
Model is based on [ColBERT: Efficient and Effective Passage Search via Contextualized Late Interaction over BERT](https://arxiv.org/abs/2004.12832).
|
|
|
71 |
```
|
72 |
|
73 |
# Representing the model on Vespa.ai
|
74 |
+
See [Ranking with ONNX models](https://docs.vespa.ai/documentation/onnx.html) and [MS Marco Ranking sample app](https://github.com/vespa-engine/sample-apps/tree/master/msmarco-ranking)
|
|