Update README.md
Browse files
README.md
CHANGED
@@ -14,13 +14,13 @@ more information.
|
|
14 |
For more details about the model architecture, check out
|
15 |
[config.json](./config.json).
|
16 |
|
17 |
-
preset ="gemma2_instruct_2b_en"
|
18 |
-
seed = 42
|
19 |
-
sequence_length = 512
|
20 |
-
batch_size = 16
|
21 |
-
lora_rank = 8
|
22 |
-
learning_rate = 1e-5
|
23 |
-
epochs = 20
|
24 |
-
max_length = 512
|
25 |
-
train_data_rate = 0.9
|
26 |
-
early_stopping_step = 5
|
|
|
14 |
For more details about the model architecture, check out
|
15 |
[config.json](./config.json).
|
16 |
|
17 |
+
preset ="gemma2_instruct_2b_en"
|
18 |
+
seed = 42
|
19 |
+
sequence_length = 512
|
20 |
+
batch_size = 16
|
21 |
+
lora_rank = 8
|
22 |
+
learning_rate = 1e-5
|
23 |
+
epochs = 20
|
24 |
+
max_length = 512
|
25 |
+
train_data_rate = 0.9
|
26 |
+
early_stopping_step = 5
|