Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,18 @@ print('score', model(**inp).logits[:, 1])
|
|
17 |
### outputs identical scores for different
|
18 |
### word orders as the model is order invariant:
|
19 |
# scores: [-2.9463, -2.9463]
|
20 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
### outputs identical scores for different
|
18 |
### word orders as the model is order invariant:
|
19 |
# scores: [-2.9463, -2.9463]
|
20 |
+
```
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
Cite us:
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
@article{rau2022role,
|
29 |
+
title={The Role of Complex NLP in Transformers for Text Ranking?},
|
30 |
+
author={Rau, David and Kamps, Jaap},
|
31 |
+
journal={arXiv preprint arXiv:2207.02522},
|
32 |
+
year={2022}
|
33 |
+
}
|
34 |
+
|