You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the training parameters according to the supoerglue paper. I used the bert-large-cased model weights and finetuned the BoolQ dataset. The paper said the dev phase results is 77.7. But I can only get 74.2.
The training parameters are listed as below:
Batchsize: 16
lr: 2e-5
epoch:10
optimizer:Adam
So if convenient, could you share your training parameters?
The text was updated successfully, but these errors were encountered:
I used the training parameters according to the supoerglue paper. I used the bert-large-cased model weights and finetuned the BoolQ dataset. The paper said the dev phase results is 77.7. But I can only get 74.2.
The training parameters are listed as below:
Batchsize: 16
lr: 2e-5
epoch:10
optimizer:Adam
So if convenient, could you share your training parameters?
The text was updated successfully, but these errors were encountered: