Add eval rouge metrics
This commit is contained in:
@@ -133,7 +133,7 @@ def build() -> None:
|
||||
@app.command()
|
||||
def run(
|
||||
dataset: Annotated[Path, typer.Option(help="Fine-tuning JSONL")] = REPO_DIR
|
||||
/ "data/finetune_dataset.jsonl",
|
||||
/ "/zfs/storage/data_science/data/finetune_dataset.jsonl",
|
||||
output_dir: Annotated[
|
||||
Path, typer.Option(help="Where to save the trained model")
|
||||
] = REPO_DIR / "data/output/qwen-bill-summarizer",
|
||||
|
||||
Reference in New Issue
Block a user