diff --git a/hft.py b/hft.py index 1e9f92c..041a3e8 100644 --- a/hft.py +++ b/hft.py @@ -171,7 +171,7 @@ training_args = TrainingArguments( gradient_accumulation_steps=4, learning_rate=2e-5, fp16=True, - logging_steps=50, # Częstsze logowanie + logging_steps=1, # Częstsze logowanie logging_dir="./logs", # Katalog na logi save_strategy="steps", save_steps=1000,