Spaces:
Running
Running
doc: fix comment
Browse files- seq2seq/sweep.yaml +1 -1
seq2seq/sweep.yaml
CHANGED
|
@@ -8,7 +8,7 @@ metric:
|
|
| 8 |
parameters:
|
| 9 |
learning_rate:
|
| 10 |
distribution: log_uniform
|
| 11 |
-
# from exp(min) to exp(max), ie
|
| 12 |
min: -9.9
|
| 13 |
max: -5.3
|
| 14 |
gradient_accumulation_steps:
|
|
|
|
| 8 |
parameters:
|
| 9 |
learning_rate:
|
| 10 |
distribution: log_uniform
|
| 11 |
+
# from exp(min) to exp(max), ie 5e-5 to 5e-3 on log scale
|
| 12 |
min: -9.9
|
| 13 |
max: -5.3
|
| 14 |
gradient_accumulation_steps:
|