Update README.md
Browse files
README.md
CHANGED
@@ -53,13 +53,13 @@ You can use the model like this:
|
|
53 |
>>> print(scores)
|
54 |
|
55 |
[
|
56 |
-
0.
|
57 |
-
|
58 |
-
0.
|
59 |
-
0.
|
60 |
-
0.
|
61 |
-
0.
|
62 |
-
0.
|
63 |
]
|
64 |
```
|
65 |
|
|
|
53 |
>>> print(scores)
|
54 |
|
55 |
[
|
56 |
+
0.7989747524261475,
|
57 |
+
0.003968147560954094,
|
58 |
+
0.027803801000118256,
|
59 |
+
0.9257574081420898,
|
60 |
+
0.1492517590522766,
|
61 |
+
0.010640474036335945,
|
62 |
+
0.012045462615787983
|
63 |
]
|
64 |
```
|
65 |
|