Update default dataset path in validate_synthetic_dataset.py to point to new output location
This commit is contained in:
parent
04fa15ff1e
commit
cd656b08a8
File diff suppressed because one or more lines are too long
|
|
@ -13,7 +13,7 @@ app = typer.Typer()
|
|||
|
||||
@app.command()
|
||||
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",
|
||||
api_url: str = settings.parser_url,
|
||||
timeout: int = 120,
|
||||
|
|
|
|||
Loading…
Reference in New Issue