Skip to content

Commit

Permalink
feat: reentrainer avec "bonly"
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 10, 2024
1 parent 143c822 commit a79f6dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 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.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ format = [
]
train = [
"""python scripts/train_crf.py \\
--features text+layout \\
--features text+layout --labels bonly \\
--outfile alexi/models/crf.vl.joblib.gz \\
data/*.csv""",
"""python scripts/train_crf.py \\
--features text+layout+structure \\
--features text+layout+structure --labels bonly \\
--outfile alexi/models/crf.joblib.gz \\
data/*.csv""",
"""python scripts/train_crf_seq.py \\
Expand Down

0 comments on commit a79f6dd

Please sign in to comment.