z-dickson commited on
Commit
98e110f
·
1 Parent(s): 04ac936

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ probably proofread and complete it, then remove this comment. -->
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 0 (expressing skepticism/opposition to a COVID-19 policy or 1 (no opposition)
17
 
18
 
19
  It's a pretty simple task but I used a grid search to optimize hyperparameters. The final model is achieves the following results and uses the following hyperparamters:
 
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 (label == 1) of COVID-19 policies (i.e. masks, social distancing, lockdowns, vaccines etc.).
17
 
18
 
19
  It's a pretty simple task but I used a grid search to optimize hyperparameters. The final model is achieves the following results and uses the following hyperparamters: