Update README.md
Browse files
README.md
CHANGED
@@ -41,4 +41,6 @@ def get_cls_embedding(text, model, tokenizer, device='cuda'):
|
|
41 |
return output.last_hidden_state[:,0,:]
|
42 |
|
43 |
|
44 |
-
```
|
|
|
|
|
|
41 |
return output.last_hidden_state[:,0,:]
|
42 |
|
43 |
|
44 |
+
```
|
45 |
+
|
46 |
+
P.S. Thanks for moral and technical support [AbstractDL](https://t.me/abstractDL)
|