bhadresh-savani
commited on
Commit
•
0cc4406
1
Parent(s):
97dcd15
Update README.md
Browse files
README.md
CHANGED
@@ -43,12 +43,12 @@ print(prediction)
|
|
43 |
"""
|
44 |
Output:
|
45 |
[[
|
46 |
-
{'label': 'sadness', 'score': 0.
|
47 |
-
{'label': 'joy', 'score': 0.
|
48 |
-
{'label': 'love', 'score': 0.
|
49 |
-
{'label': 'anger', 'score': 0.
|
50 |
-
{'label': 'fear', 'score': 0.
|
51 |
-
{'label': 'surprise', 'score': 0.
|
52 |
]]
|
53 |
"""
|
54 |
```
|
|
|
43 |
"""
|
44 |
Output:
|
45 |
[[
|
46 |
+
{'label': 'sadness', 'score': 0.010403595864772797},
|
47 |
+
{'label': 'joy', 'score': 0.8902180790901184},
|
48 |
+
{'label': 'love', 'score': 0.042532723397016525},
|
49 |
+
{'label': 'anger', 'score': 0.041297927498817444},
|
50 |
+
{'label': 'fear', 'score': 0.011772023513913155},
|
51 |
+
{'label': 'surprise', 'score': 0.0037756056990474463}
|
52 |
]]
|
53 |
"""
|
54 |
```
|