Add eval rouge metrics

This commit is contained in:
2026-04-19 23:40:50 -04:00
parent db3583e7f2
commit 1e9c2a6caa
4 changed files with 435 additions and 2 deletions
+1 -1
View File
@@ -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",