5roop commited on
Commit
6e51da4
·
1 Parent(s): 05217b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -74,4 +74,8 @@ model.predict(["I fully disagree with this argument.", "The ministers are enteri
74
  ```
75
 
76
  Output:
77
- ``` (array([0.11633301, 3.63671875, 4.203125 , 5.30859375]), array([0.11633301, 3.63671875, 4.203125 , 5.30859375])) ```
 
 
 
 
 
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
+ ) ```