[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
eb15b31e3e
commit
12bc242ca2
1 changed files with 3 additions and 1 deletions
|
|
@ -2491,7 +2491,9 @@ class UnslothTrainer:
|
|||
self._update_progress(
|
||||
status_message = f"Dataset ready ({final_n:,} samples, {detected} format)"
|
||||
)
|
||||
logger.info(f"Dataset formatted successfully ({final_n} samples, {detected})\n")
|
||||
logger.info(
|
||||
f"Dataset formatted successfully ({final_n} samples, {detected})\n"
|
||||
)
|
||||
|
||||
# ========== THEN SPLIT ==========
|
||||
if has_separate_eval_source and eval_dataset is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue