From ace70b33c6f04f5fe9f8fbb47ae386218067ce22 Mon Sep 17 00:00:00 2001 From: atgctg <105969161+atgctg@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:32:20 +0200 Subject: [PATCH] Fix: lowercase `True` values in config (#713) * Fix: lowercase `True` values in config * Fix: lowercase `True` values in config --- examples/mistral/qlora.yml | 4 ++-- examples/pythia/lora.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/mistral/qlora.yml b/examples/mistral/qlora.yml index 3d22c7034..09639d006 100644 --- a/examples/mistral/qlora.yml +++ b/examples/mistral/qlora.yml @@ -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 diff --git a/examples/pythia/lora.yml b/examples/pythia/lora.yml index f9a83c059..6ff036621 100644 --- a/examples/pythia/lora.yml +++ b/examples/pythia/lora.yml @@ -28,8 +28,8 @@ num_epochs: 3 learning_rate: 0.00001 train_on_inputs: false group_by_length: false -bf16: True -tf32: True +bf16: true +tf32: true early_stopping_patience: resume_from_checkpoint: local_rank: