ans commited on
Commit
6f33ebb
1 Parent(s): 7091235

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -29,7 +29,6 @@ pipe(seq)
29
 
30
  - Expected output
31
  ```python
32
- [
33
  [
34
  {
35
  "label": "false",
@@ -44,7 +43,12 @@ pipe(seq)
44
  "score": 0.9003599882125854
45
  }
46
  ]
47
- ]
 
 
 
 
 
48
  ```
49
 
50
  #### Limitations and bias
 
29
 
30
  - Expected output
31
  ```python
 
32
  [
33
  {
34
  "label": "false",
 
43
  "score": 0.9003599882125854
44
  }
45
  ]
46
+ ```
47
+
48
+ - True examples
49
+ ```python
50
+ "By the end of 2020, several vaccines had become available for use in different parts of the world."
51
+ "Vaccines to prevent SARS-CoV-2 infection are considered the most promising approach for curbing the pandemic."
52
  ```
53
 
54
  #### Limitations and bias