Skip to content

Commit

Permalink
add tuning points for criteo variants
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Feb 10, 2024
1 parent 802e709 commit f9892b1
Show file tree
Hide file tree
Showing 21 changed files with 84 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"learning_rate": {
"feasible_points": [
0.002517072211464665
]
},
"beta1": {
"feasible_points": [
0.9908351643533544
]
},
"beta2": {
"feasible_points": [
0.9859568907533993
]
},
"warmup_steps": {
"feasible_points": [
799
]
},
"weight_decay": {
"feasible_points": [
0.12274552870237089
]
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"learning_rate": {
"feasible_points": [
0.05493199486120455
]
},
"beta1": {
"feasible_points": [
0.954922991734919
]
},
"beta2": {
"feasible_points": [
0.9986188074995163
]
},
"warmup_steps": {
"feasible_points": [
799
]
},
"weight_decay": {
"feasible_points": [
0.00011065469792077193
]
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"learning_rate": {
"feasible_points": [
0.001493629901423942
]
},
"beta1": {
"feasible_points": [
0.9592129978682067
]
},
"beta2": {
"feasible_points": [
0.9824918272399145
]
},
"warmup_steps": {
"feasible_points": [
399
]
},
"weight_decay": {
"feasible_points": [
0.00038587516415285595
]
}
}

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit f9892b1

Please sign in to comment.