Skip to content

Commit

Permalink
אימון גרסה 26-1
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Sep 4, 2024
1 parent ac9df6c commit 9662398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_Training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- machine-learn
paths:
- 'machine-learn/scrape_data/**' # An action will only be performed if a file in the machine-learn folder changes
- 'machine-learn/**' # An action will only be performed if a file in the machine-learn folder changes

jobs:
train-ner-model:
Expand Down
1 change: 0 additions & 1 deletion machine-learn/creating_model_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def custom_tokenizer(nlp):
best_loss = float('inf')
patience_counter = 0
best_model_path = "/home/runner/work/Singles-Sorter/Singles-Sorter/machine-learn/best_model"

n_iter = 100
# batch_sizes = compounding(16.0, 64.0, 1.001)
batch_size = 32
Expand Down

0 comments on commit 9662398

Please sign in to comment.