Update README.md
Browse files
README.md
CHANGED
@@ -74,4 +74,8 @@ model.predict(["I fully disagree with this argument.", "The ministers are enteri
|
|
74 |
```
|
75 |
|
76 |
Output:
|
77 |
-
```
|
|
|
|
|
|
|
|
|
|
74 |
```
|
75 |
|
76 |
Output:
|
77 |
+
```
|
78 |
+
(
|
79 |
+
array([0.11633301, 3.63671875, 4.203125 , 5.30859375]),
|
80 |
+
array([0.11633301, 3.63671875, 4.203125 , 5.30859375])
|
81 |
+
) ```
|