DiTy commited on
Commit
c2628ab
1 Parent(s): 4127514

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ print(rank_result)
73
 
74
 
75
  ## Usage (HuggingFace Transformers)
76
- Without [sentence-transformers](https://www.SBERT.net), you can use the model like this: First, you pass your input through the transformer model, then you have to apply the right pooling-operation on-top of the contextualized word embeddings.
77
 
78
  ```python
79
  import torch
 
73
 
74
 
75
  ## Usage (HuggingFace Transformers)
76
+ Without [sentence-transformers](https://www.SBERT.net), you can use the model like this: First, you pass your input through the transformer model, then you need to get the logits from the model.
77
 
78
  ```python
79
  import torch