Update README.md
Browse files
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 |
|