bhadresh-savani commited on
Commit
0cc4406
1 Parent(s): 97dcd15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -43,12 +43,12 @@ print(prediction)
43
  """
44
  Output:
45
  [[
46
- {'label': 'sadness', 'score': 0.0006792712374590337},
47
- {'label': 'joy', 'score': 0.9959300756454468},
48
- {'label': 'love', 'score': 0.0009452480007894337},
49
- {'label': 'anger', 'score': 0.0018055217806249857},
50
- {'label': 'fear', 'score': 0.00041110432357527316},
51
- {'label': 'surprise', 'score': 0.0002288572577526793}
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
  ```