z-dickson commited on
Commit
20fa6d3
1 Parent(s): c664a0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -6,12 +6,14 @@ model-index:
6
  results: []
7
  ---
8
 
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
  It achieves the following results on the evaluation set:
16
  - Train Loss: 0.0141
17
  - Train Sparse Categorical Accuracy: 0.9968
 
6
  results: []
7
  ---
8
 
9
+
 
10
 
11
  # US_politicians_covid_skepticism
12
 
13
+ 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 20,000 handcoded tweets about COVID-19 policies sent by US legislators. The model is trained to identify tweets that are either in support of covid policies (masks, social distancing, lockdowns, vaccine mandates) or are opposed to such policies. Before training the model, all URLs and @Usernames were removed from the tweets. Accuracy is very high (probably) because US legislators tweet a lot of the same messages and retweet each other often. The model is uncased.
14
+
15
+
16
+
17
  It achieves the following results on the evaluation set:
18
  - Train Loss: 0.0141
19
  - Train Sparse Categorical Accuracy: 0.9968