Update README.md
Browse files
README.md
CHANGED
@@ -16,5 +16,5 @@ print('score', model(**inp).logits[:, 1])
|
|
16 |
|
17 |
### outputs identical scores for different
|
18 |
### word orders as the model is order invariant:
|
19 |
-
# [-2.9463, -2.9463]
|
20 |
```
|
|
|
16 |
|
17 |
### outputs identical scores for different
|
18 |
### word orders as the model is order invariant:
|
19 |
+
# scores: [-2.9463, -2.9463]
|
20 |
```
|