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