liuqi6777 commited on
Commit
97298c9
1 Parent(s): d1ee90c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,4 +5,4 @@ tags:
5
 
6
  A ColBERT-style model for [bge-m3](https://huggingface.co/BAAI/bge-m3) that can be loaded using the [oringinal ColBERT code](https://github.com/stanford-futuredata/ColBERT).
7
 
8
- Notice that the model's embedding dimension is 1024, which is different from the original ColBERT model (128), which requires a much larger storage space to index the corpus.
 
5
 
6
  A ColBERT-style model for [bge-m3](https://huggingface.co/BAAI/bge-m3) that can be loaded using the [oringinal ColBERT code](https://github.com/stanford-futuredata/ColBERT).
7
 
8
+ Notice that the model's embedding dimension is 1024, which differs from the original ColBERT model (128) and requires larger storage space to index the corpus.