Skip to content

Commit

Permalink
fix: retrain with patches
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 19, 2024
1 parent 5bd8c08 commit 2b58415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified alexi/models/crf.vl.joblib.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ train = [
"""python scripts/train_crf.py \\
--features text+layout --labels bonly \\
--outfile alexi/models/crf.vl.joblib.gz \\
data/*.csv""",
data/*.csv data/patches/*.csv""",
"""python scripts/train_crf_seq.py \\
--outfile alexi/models/crfseq.joblib.gz \\
data/*.csv data/patches/*.csv""",
Expand Down

0 comments on commit 2b58415

Please sign in to comment.