Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
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).
|
2 |
|
3 |
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.
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- ColBERT
|
4 |
+
---
|
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.
|