mukmukmukmuk commited on
Commit
8e44bca
·
verified ·
1 Parent(s): 8836775

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -14,6 +14,7 @@ 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
@@ -23,4 +24,5 @@ For more details about the model architecture, check out
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
+ ```
18
  preset ="gemma2_instruct_2b_en"
19
  seed = 42
20
  sequence_length = 512
 
24
  epochs = 20
25
  max_length = 512
26
  train_data_rate = 0.9
27
+ early_stopping_step = 5
28
+ ```