tomaarsen HF Staff commited on
Commit
3b7c221
·
verified ·
1 Parent(s): 8e44d8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -231,7 +231,7 @@ Then you can load this model and run inference.
231
  from sentence_transformers import MultiVectorEncoder
232
 
233
  # Download from the 🤗 Hub
234
- model = MultiVectorEncoder("multi_vector_encoder_model_id")
235
  # Run inference: each input becomes a sequence of per-token vectors (variable length).
236
  queries = [
237
  'How does the polymorphism in the IL28B gene region 8099917 affect the response to treatment in patients with AHC?\n',
 
231
  from sentence_transformers import MultiVectorEncoder
232
 
233
  # Download from the 🤗 Hub
234
+ model = MultiVectorEncoder("multi-vector-encoder/mLateOn-medical")
235
  # Run inference: each input becomes a sequence of per-token vectors (variable length).
236
  queries = [
237
  'How does the polymorphism in the IL28B gene region 8099917 affect the response to treatment in patients with AHC?\n',