Commit
·
9f99607
1
Parent(s):
f004aab
Update README.md
Browse files
README.md
CHANGED
@@ -44,4 +44,4 @@ Code output is:
|
|
44 |
tensor([[0.1592, 0.8408]], grad_fn=<SoftmaxBackward>)
|
45 |
```
|
46 |
|
47 |
-
As the probability of 1 (=It's a paraphrase) is 0.84 and the probability of 0 (=It is not a paraphrase) is 0.15, we can conclude, for our previous example that "could be included" is a paraphrase of "may be addressed".
|
|
|
44 |
tensor([[0.1592, 0.8408]], grad_fn=<SoftmaxBackward>)
|
45 |
```
|
46 |
|
47 |
+
As the probability of 1 (=It's a paraphrase) is 0.84 and the probability of 0 (=It is not a paraphrase) is 0.15, we can conclude, for our previous example, that "could be included" is a paraphrase of "may be addressed".
|