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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
4
  datasets:
5
  - tweets
6
  widget:
7
- - text: "COVID-19 vaccines are safe and effective."
8
  ---
9
 
10
  # Disclaimer: This page is under maintenance. Please DO NOT refer to the information on this page to make any decision yet.
@@ -23,7 +23,7 @@ You can use this model directly on this page or using `transformers` in python.
23
  ```python
24
  from transformers import pipeline
25
  pipe = pipeline("sentiment-analysis", model = "ans/vaccinating-covid-tweets")
26
- seq = "COVID-19 vaccines are safe and effective."
27
  pipe(seq)
28
  ```
29
 
 
4
  datasets:
5
  - tweets
6
  widget:
7
+ - text: "Vaccines to prevent SARS-CoV-2 infection are considered the most promising approach for curbing the pandemic."
8
  ---
9
 
10
  # Disclaimer: This page is under maintenance. Please DO NOT refer to the information on this page to make any decision yet.
 
23
  ```python
24
  from transformers import pipeline
25
  pipe = pipeline("sentiment-analysis", model = "ans/vaccinating-covid-tweets")
26
+ seq = "Vaccines to prevent SARS-CoV-2 infection are considered the most promising approach for curbing the pandemic."
27
  pipe(seq)
28
  ```
29