ahotrod commited on
Commit
a67a708
1 Parent(s): ae627a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- ### Training hyperparameters
41
- The following hyperparameters, as suggested by the 2023 ICLR paper noted above, were used during training:
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