Skip to content

Commit

Permalink
אימון על בסיס מודל 23 - 32 + 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Oct 26, 2024
1 parent 1c64a91 commit da64d8a
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 = 64
drop_size = 0.4
batch_size = 32
drop_size = 0.3
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 @@ -8,6 +8,7 @@ custom_ner_model27-4git,0.893175,0.964744,0.831492
custom_ner_model29git,0.892857,0.967742,0.828729
custom_ner_model27-5git,0.892537,0.970779,0.825967
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_model26-2git,0.885587,0.958199,0.823204
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+23git
custom_ner_model29+23-1git

0 comments on commit da64d8a

Please sign in to comment.