Update README.md
Browse files
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
|
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
|