Update README.md
Browse files
README.md
CHANGED
@@ -41,14 +41,12 @@ result
|
|
41 |
**Output:**
|
42 |
|
43 |
```json
|
44 |
-
[
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
{"label": "fear", "score": 0.01}
|
51 |
-
]
|
52 |
```
|
53 |
|
54 |
|
|
|
41 |
**Output:**
|
42 |
|
43 |
```json
|
44 |
+
[{'label': 'sad', 'score': 0.006396006792783737},
|
45 |
+
{'label': 'joy', 'score': 0.7897642254829407},
|
46 |
+
{'label': 'love', 'score': 0.17318710684776306},
|
47 |
+
{'label': 'anger', 'score': 0.008878232911229134},
|
48 |
+
{'label': 'fear', 'score': 0.010075093246996403},
|
49 |
+
{'label': 'surprise', 'score': 0.011699344962835312}]
|
|
|
|
|
50 |
```
|
51 |
|
52 |
|