Fix: lowercase True values in config (#713)

* Fix: lowercase `True` values in config

* Fix: lowercase `True` values in config
This commit is contained in:
atgctg
2023-10-10 14:32:20 +02:00
committed by GitHub
parent 11c48c5e03
commit ace70b33c6
2 changed files with 4 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ adapter: qlora
lora_model_dir:
sequence_len: 8192
sample_packing: True
pad_to_sequence_len: True
sample_packing: true
pad_to_sequence_len: true
lora_r: 32
lora_alpha: 16