QA Generation - Modify the default interval to 10

This commit is contained in:
Max 2024-03-08 00:02:21 +08:00
parent bb99153255
commit bfe9902852

View File

@ -17,7 +17,7 @@ interval: 存储间隔,即每隔多少条存一次文件,过密的间隔会
"""
def generate_qa(
model_name: str = 'qwen',
interval: int = 1,
interval: int = 10,
):
current_time = datetime.now().strftime("%Y-%m-%d_%H-%M-%S")