orisuchy commited on
Commit
53ed3f7
1 Parent(s): 20d4e13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,8 +18,8 @@ print(outputs)
18
  """
19
  Output:
20
  [[
21
- {'label': 'Descriptive', 'score': 0.9996114373207092},
22
- {'label': 'Not Descriptive', 'score': 0.0003142959321849048}]]
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.9998830556869507}]
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