ans commited on
Commit
7091235
1 Parent(s): e7930f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -29,7 +29,22 @@ pipe(seq)
29
 
30
  - Expected output
31
  ```python
32
- [{'label': 'true', 'score': 0.9987803101539612}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ```
34
 
35
  #### Limitations and bias
 
29
 
30
  - Expected output
31
  ```python
32
+ [
33
+ [
34
+ {
35
+ "label": "false",
36
+ "score": 0.07972867041826248
37
+ },
38
+ {
39
+ "label": "misleading",
40
+ "score": 0.019911376759409904
41
+ },
42
+ {
43
+ "label": "true",
44
+ "score": 0.9003599882125854
45
+ }
46
+ ]
47
+ ]
48
  ```
49
 
50
  #### Limitations and bias