z-dickson commited on
Commit
b6c7049
1 Parent(s): 7280a6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -15
README.md CHANGED
@@ -12,28 +12,16 @@ probably proofread and complete it, then remove this comment. -->
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.1007
17
  - Train Sparse Categorical Accuracy: 0.9591
18
  - Validation Loss: 0.0913
19
  - Validation Sparse Categorical Accuracy: 0.9627
20
  - Epoch: 3
21
- The model is intended to identify skepticism of COVID-19 policies (i.e. masks, social distancing, lockdowns, vaccines etc.) from US legislators. The model is training on 10k handcoded tweets. The model classifies as 1 (expressing skepticism/opposition to a COVID-19 policy or 0 (no opposition)
22
- ## Model description
23
-
24
- More information needed
25
-
26
- ## Intended uses & limitations
27
-
28
- More information needed
29
-
30
- ## Training and evaluation data
31
-
32
- More information needed
33
-
34
- ## Training procedure
35
 
36
- ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
  - optimizer: {'name': 'Adam', 'learning_rate': 5e-07, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
 
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
+ The model is intended to identify skepticism of COVID-19 policies (i.e. masks, social distancing, lockdowns, vaccines etc.) from US legislators. The model is training on 10k handcoded tweets. 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
20
  - Train Sparse Categorical Accuracy: 0.9591
21
  - Validation Loss: 0.0913
22
  - Validation Sparse Categorical Accuracy: 0.9627
23
  - Epoch: 3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
 
25
 
26
  The following hyperparameters were used during training:
27
  - optimizer: {'name': 'Adam', 'learning_rate': 5e-07, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}