z-dickson commited on
Commit
5fc65fc
·
1 Parent(s): 4c54cb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -19,12 +19,12 @@ The model is intended to identify skepticism of COVID-19 policies (i.e. masks, s
19
 
20
  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:
21
 
22
- Optimized Hyperparameters
23
  ----------------------------------------------------------------------------------------------------
24
- The best learning rate is: 9.928559980965476e-06
25
- The best weight decay is: 0.003083325125091835
26
- The best epoch is : 5
27
- The best train split is : 0.2864649363822965
28
 
29
 
30
 
 
19
 
20
  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:
21
 
22
+ ## Optimized Hyperparameters
23
  ----------------------------------------------------------------------------------------------------
24
+ - The best learning rate is: 9.928559980965476e-06
25
+ - The best weight decay is: 0.003083325125091835
26
+ - The best epoch is : 5
27
+ - The best train split is : 0.2864649363822965
28
 
29
 
30