def __post_init__()

in scripts/run_prompt_creation_llm_swarm.py [0:0]


    def __post_init__(self):
        if self.push_to_hub and self.hub_dataset_id is None:
            raise ValueError(
                "You must specify the `hub_dataset_id` when setting `--push_to_hub=True`"
            )