Update README.md
Browse files
README.md
CHANGED
@@ -32,4 +32,5 @@ with torch.no_grad():
|
|
32 |
print(probabilities.tolist())
|
33 |
# Output:
|
34 |
# [[0.010827462188899517, 0.9538241624832153, 0.035348404198884964]]
|
35 |
-
# ^ ^ ^
|
|
|
|
32 |
print(probabilities.tolist())
|
33 |
# Output:
|
34 |
# [[0.010827462188899517, 0.9538241624832153, 0.035348404198884964]]
|
35 |
+
# ^ ^ ^
|
36 |
+
# NEG POS NEU
|