Skip to content

Commit

Permalink
Changed learning rate back as it lead to lower scores for many datase…
Browse files Browse the repository at this point in the history
…ts (except xtreme)
  • Loading branch information
robvanderg committed Jan 28, 2022
1 parent 40f3388 commit 9ca9d51
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configs/params-mbert.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local max_len = 512;
"type": "huggingface_adamw",
"betas": [0.9, 0.99],
"correct_bias": false,
"lr": 0.00001,
"lr": 0.0001,
"parameter_groups": [
[
[
Expand Down
2 changes: 1 addition & 1 deletion configs/params-rembert-smoothed.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local max_len = 128;
"type": "huggingface_adamw",
"betas": [0.9, 0.99],
"correct_bias": false,
"lr": 0.00001,
"lr": 0.0001,
"parameter_groups": [
[
[
Expand Down
2 changes: 1 addition & 1 deletion configs/params-rembert.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local max_len = 512;
"type": "huggingface_adamw",
"betas": [0.9, 0.99],
"correct_bias": false,
"lr": 0.00001,
"lr": 0.0001,
"parameter_groups": [
[
[
Expand Down
2 changes: 1 addition & 1 deletion configs/params-xlmr.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local max_len = 512;
"type": "huggingface_adamw",
"betas": [0.9, 0.99],
"correct_bias": false,
"lr": 0.00001,
"lr": 0.0001,
"parameter_groups": [
[
[
Expand Down
2 changes: 1 addition & 1 deletion configs/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local max_len = 512;
"type": "huggingface_adamw",
"betas": [0.9, 0.99],
"correct_bias": false,
"lr": 0.00001,
"lr": 0.0001,
"parameter_groups": [
[
[
Expand Down
2 changes: 1 addition & 1 deletion configs/params.smoothSampling.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ local max_len = 512;
"type": "huggingface_adamw",
"betas": [0.9, 0.99],
"correct_bias": false,
"lr": 0.00001,
"lr": 0.0001,
"parameter_groups": [
[
[
Expand Down

0 comments on commit 9ca9d51

Please sign in to comment.