librarian-bot commited on
Commit
008a13c
1 Parent(s): 20b55ea

add language metadata tag

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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)