liuqi6777 commited on
Commit
f7694a7
1 Parent(s): eb19bb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -62,6 +62,11 @@ if __name__ == "__main__":
62
  documents = [
63
  "ColBERT is an efficient and effective passage retrieval model.",
64
  "Jina-ColBERT is a ColBERT-style model but based on JinaBERT so it can support both 8k context length.",
 
 
 
 
 
65
  # Add more documents here to ensure the clustering work correctly
66
  ]
67
  indexer.index(name=index_name, collection=documents)
 
62
  documents = [
63
  "ColBERT is an efficient and effective passage retrieval model.",
64
  "Jina-ColBERT is a ColBERT-style model but based on JinaBERT so it can support both 8k context length.",
65
+ "JinaBERT is a BERT architecture that supports the symmetric bidirectional variant of ALiBi to allow longer sequence length.",
66
+ "Jina-ColBERT model is trained on MSMARCO passage ranking dataset, following a very similar training procedure with ColBERTv2.",
67
+ "Jina-ColBERT achieves the competitive retrieval performance with ColBERTv2.",
68
+ "Jina is an easier way to build neural search systems.",
69
+ "You can use Jina-ColBERT to build neural search systems with ease.",
70
  # Add more documents here to ensure the clustering work correctly
71
  ]
72
  indexer.index(name=index_name, collection=documents)