diff --git a/unsloth/dataprep/synthetic.py b/unsloth/dataprep/synthetic.py index a96d380086..2e31bf5611 100644 --- a/unsloth/dataprep/synthetic.py +++ b/unsloth/dataprep/synthetic.py @@ -139,7 +139,7 @@ class SyntheticDataKit: token = None, **kwargs, ): - return classmethod(*args, **kwargs) + return cls(*args, **kwargs) pass @staticmethod