Update default dataset path in validate_synthetic_dataset.py to point to new output location

This commit is contained in:
pseco 2026-03-30 10:04:28 +02:00
parent 04fa15ff1e
commit cd656b08a8
2 changed files with 18791 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@ app = typer.Typer()
@app.command() @app.command()
def validate_synthetic_dataset( def validate_synthetic_dataset(
dataset_path: str = "synthetic_datasets/synthetic_data_generated_bedrock.json", dataset_path: str = "output/mbpp_avap_v2_A.json",
output_path: str = "synthetic_datasets/validated_synthetic_dataset.json", output_path: str = "synthetic_datasets/validated_synthetic_dataset.json",
api_url: str = settings.parser_url, api_url: str = settings.parser_url,
timeout: int = 120, timeout: int = 120,