update README
Browse files
README.md
CHANGED
@@ -19,6 +19,7 @@ model = AutoModel.from_pretrained("seantw/covid-19-vaccination-tweet-relevance")
|
|
19 |
|
20 |
The training corpus comprises 9373 tweets, a daily random sampled dated from December 2020 to June 2022. These tweets were labeled by domain experts.
|
21 |
|
|
|
22 |
|
23 |
## Output Label Index
|
24 |
|
|
|
19 |
|
20 |
The training corpus comprises 9373 tweets, a daily random sampled dated from December 2020 to June 2022. These tweets were labeled by domain experts.
|
21 |
|
22 |
+
We have seperated trained another model for classifying the stance of a tweet towards the COVID-19 vaccination. Please refer to [covid-19-vaccination-tweet-stance](https://huggingface.co/seantw/covid-19-vaccination-tweet-stance) for more information.
|
23 |
|
24 |
## Output Label Index
|
25 |
|