Update README.md
Browse files
README.md
CHANGED
@@ -9,11 +9,11 @@ model-index:
|
|
9 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
10 |
probably proofread and complete it, then remove this comment. -->
|
11 |
|
12 |
-
# US_politicians_covid_skepticism
|
13 |
|
14 |
-
This model is a fine-tuned version of [vinai/bertweet-covid19-base-uncased](https://huggingface.co/vinai/bertweet-covid19-base-uncased) on an unknown dataset.
|
15 |
|
16 |
-
|
|
|
|
|
17 |
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Train Loss: 0.1007
|
|
|
9 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
10 |
probably proofread and complete it, then remove this comment. -->
|
11 |
|
|
|
12 |
|
|
|
13 |
|
14 |
+
This model is a fine-tuned version of [vinai/bertweet-covid19-base-uncased](https://huggingface.co/vinai/bertweet-covid19-base-uncased) on a dataset of 10k tweets about COVID-19 policies from US legislators in the House and Senate.
|
15 |
+
|
16 |
+
The model is intended to identify skepticism of COVID-19 policies (i.e. masks, social distancing, lockdowns, vaccines etc.). The model classifies as 1 (expressing skepticism/opposition to a COVID-19 policy or 0 (no opposition)
|
17 |
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Train Loss: 0.1007
|