This commit is contained in:
l.gabrysiak 2025-02-25 13:55:32 +01:00
parent 90f3d66723
commit f3e84a6fc0
1 changed files with 0 additions and 1 deletions

1
hft.py
View File

@ -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