Skip to content

Commit

Permalink
64 + 0.5 אימון על בסיס מודל 23
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Oct 26, 2024
1 parent 902a5b5 commit 6e1d3a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions machine-learn/creating_model_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def main():
patience_counter = 0
best_model_path = "/home/runner/work/Singles-Sorter/Singles-Sorter/machine-learn/best_model"
n_iter = 45
batch_size = 32
drop_size = 0.3
batch_size = 64
drop_size = 0.5
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 @@ -11,6 +11,7 @@ custom_ner_model29-2git,0.888889,0.958466,0.828729
custom_ner_model29+23git,0.888227,0.964401,0.823204
custom_ner_model27-1git,0.887906,0.952532,0.831492
custom_ner_model26-3git,0.887574,0.955414,0.828729
custom_ner_model29+23-1git,0.886228,0.967320,0.817680
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
Expand Down
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_model29+23-1git
custom_ner_model29+23-2git

0 comments on commit 6e1d3a4

Please sign in to comment.