mlconti commited on
Commit
bdf5aa1
·
verified ·
1 Parent(s): fd886b7

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("lightonai/GTE-ModernColBERT-v1")
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"