Skip to content

Commit

Permalink
64 + 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Oct 22, 2024
1 parent a3e4ab9 commit e6b340a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion machine-learn/creating_model_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():
best_model_path = "/home/runner/work/Singles-Sorter/Singles-Sorter/machine-learn/best_model"
n_iter = 100
batch_size = 64
drop_size = 0.35
drop_size = 0.4
iteration_data = {}

logger.info("Starting training...")
Expand Down
1 change: 1 addition & 0 deletions machine-learn/model_metrics.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ custom_ner_model26-2git,0.885587,0.958199,0.823204
custom_ner_model27-2git,0.885587,0.958199,0.823204
custom_ner_model27git,0.883309,0.949206,0.825967
custom_ner_model27-3git,0.881752,0.934985,0.834254
custom_ner_model28git,0.877246,0.957516,0.809392
custom_ner_model26git,0.876672,0.948553,0.814917
custom_ner_model26-1git,0.873700,0.945338,0.812155
2 changes: 1 addition & 1 deletion machine-learn/model_name.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
custom_ner_model28git
custom_ner_model28-1git

0 comments on commit e6b340a

Please sign in to comment.