Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ print(outputs)
|
|
18 |
"""
|
19 |
Output:
|
20 |
[[
|
21 |
-
{'label': 'Descriptive', 'score': 0.
|
22 |
-
{'label': 'Not Descriptive', 'score': 0.
|
23 |
"""
|
24 |
```
|
25 |
#### Or, if you want only the final class:
|
@@ -31,7 +31,7 @@ print(output)
|
|
31 |
|
32 |
"""
|
33 |
Output:
|
34 |
-
[{'label': 'Not Descriptive', 'score': 0.
|
35 |
"""
|
36 |
```
|
37 |
|
|
|
18 |
"""
|
19 |
Output:
|
20 |
[[
|
21 |
+
{'label': 'Descriptive', 'score': 0.9998779296875},
|
22 |
+
{'label': 'Not Descriptive', 'score': 0.0001220278863911517}]]
|
23 |
"""
|
24 |
```
|
25 |
#### Or, if you want only the final class:
|
|
|
31 |
|
32 |
"""
|
33 |
Output:
|
34 |
+
[{'label': 'Not Descriptive', 'score': 0.9999438524246216}]
|
35 |
"""
|
36 |
```
|
37 |
|