Update README.md
Browse files
README.md
CHANGED
@@ -37,8 +37,8 @@ For the authors' models, code & detailed information see: https://github.com/mi
|
|
37 |
## Intended uses
|
38 |
Extractive question answering on a given context
|
39 |
|
40 |
-
###
|
41 |
-
The following hyperparameters, as suggested by the 2023 ICLR paper noted above, were used during
|
42 |
- learning_rate: 1e-05
|
43 |
- train_batch_size: 8
|
44 |
- eval_batch_size: 8
|
|
|
37 |
## Intended uses
|
38 |
Extractive question answering on a given context
|
39 |
|
40 |
+
### Fine-tuning hyperparameters
|
41 |
+
The following hyperparameters, as suggested by the 2023 ICLR paper noted above, were used during fine-tuning:
|
42 |
- learning_rate: 1e-05
|
43 |
- train_batch_size: 8
|
44 |
- eval_batch_size: 8
|