in evolve-instruct/evolve.py [0:0]
def __init__(
self,
llm_pipeline: pipeline = None,
seed_data: List[str] = None,
column_names: List[str] = ["instruction"],
num_rows: int = 10,
min_len_chars: int = 512,
max_len_chars: int = 1024,
verbose: bool = False,
language: str = "Korean",