Fix: lowercase True values in config (#713)
* Fix: lowercase `True` values in config * Fix: lowercase `True` values in config
This commit is contained in:
@@ -19,8 +19,8 @@ adapter: qlora
|
|||||||
lora_model_dir:
|
lora_model_dir:
|
||||||
|
|
||||||
sequence_len: 8192
|
sequence_len: 8192
|
||||||
sample_packing: True
|
sample_packing: true
|
||||||
pad_to_sequence_len: True
|
pad_to_sequence_len: true
|
||||||
|
|
||||||
lora_r: 32
|
lora_r: 32
|
||||||
lora_alpha: 16
|
lora_alpha: 16
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ num_epochs: 3
|
|||||||
learning_rate: 0.00001
|
learning_rate: 0.00001
|
||||||
train_on_inputs: false
|
train_on_inputs: false
|
||||||
group_by_length: false
|
group_by_length: false
|
||||||
bf16: True
|
bf16: true
|
||||||
tf32: True
|
tf32: true
|
||||||
early_stopping_patience:
|
early_stopping_patience:
|
||||||
resume_from_checkpoint:
|
resume_from_checkpoint:
|
||||||
local_rank:
|
local_rank:
|
||||||
|
|||||||
Reference in New Issue
Block a user