Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ documents = [
|
|
69 |
"Under the watchful eye of its mother, it began to learn the secrets of the whispering forest."
|
70 |
]
|
71 |
]
|
72 |
-
base_model = ColBERT("
|
73 |
contextual_model = LongContextEmbeddingModel(
|
74 |
base_model=base_model,
|
75 |
pooling_mode="tokens"
|
|
|
69 |
"Under the watchful eye of its mother, it began to learn the secrets of the whispering forest."
|
70 |
]
|
71 |
]
|
72 |
+
base_model = ColBERT("illuin-conteb/modern-colbert-insent")
|
73 |
contextual_model = LongContextEmbeddingModel(
|
74 |
base_model=base_model,
|
75 |
pooling_mode="tokens"
|