From f3e84a6fc05d58811633979b906b1fe69bcdfc3b Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Tue, 25 Feb 2025 13:55:32 +0100 Subject: [PATCH] mod --- hft.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hft.py b/hft.py index 05ab308..78d73f1 100644 --- a/hft.py +++ b/hft.py @@ -178,7 +178,6 @@ training_args = TrainingArguments( save_steps=1000, report_to="none", gradient_checkpointing=True, - evaluation_strategy="epoch", # częstotliwość oceny per_device_train_batch_size=8, # batch size dla treningu per_device_eval_batch_size=8, # batch size dla ewaluacji logging_dir='./logs' # folder do logów