Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
warmup_steps = 5,
|
|
|
2 |
num_train_epochs = 3,
|
|
|
3 |
learning_rate = 5e-5,
|
|
|
4 |
optim = 'adamw_torch', #"adamw_8bit",
|
|
|
5 |
gradient_accumulation_steps = 4,
|
|
|
6 |
weight_decay = 0.03, #L2 reg
|
|
|
7 |
lr_scheduler_type = "linear",
|
|
|
1 |
warmup_steps = 5,
|
2 |
+
|
3 |
num_train_epochs = 3,
|
4 |
+
|
5 |
learning_rate = 5e-5,
|
6 |
+
|
7 |
optim = 'adamw_torch', #"adamw_8bit",
|
8 |
+
|
9 |
gradient_accumulation_steps = 4,
|
10 |
+
|
11 |
weight_decay = 0.03, #L2 reg
|
12 |
+
|
13 |
lr_scheduler_type = "linear",
|