Skip to content

Commit

Permalink
fix: retrain for real
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 19, 2024
1 parent f090aeb commit f841e70
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 0 deletions.
Binary file modified alexi/models/crf.joblib.gz
Binary file not shown.
Binary file modified alexi/models/crf.vl.joblib.gz
Binary file not shown.
Binary file modified alexi/models/crfseq.joblib.gz
Binary file not shown.
Binary file modified alexi/models/rnn.pt
Binary file not shown.
Binary file modified alexi/models/rnn_crf.pt
Binary file not shown.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ train = [
-o alexi/models/rnn_crf.pt data/*.csv data/patches/*.csv""",
"""python scripts/train_crf.py \\
--features text+layout+structure --labels bonly \\
--outfile alexi/models/crf.joblib.gz \\
data/*.csv data/patches/*.csv""",
"""python scripts/train_crf.py \\
--features text+layout --labels bonly \\
--outfile alexi/models/crf.vl.joblib.gz \\
data/*.csv data/patches/*.csv""",
"""python scripts/train_crf_seq.py \\
Expand Down

0 comments on commit f841e70

Please sign in to comment.