Skip to content

Commit

Permalink
idk man
Browse files Browse the repository at this point in the history
  • Loading branch information
AG committed Sep 26, 2024
1 parent 06781bc commit 7771364
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified backup/dictionary.pkl
Binary file not shown.
Binary file modified backup/processing_progress.txt
Binary file not shown.
Binary file modified dictionary.msgpack
Binary file not shown.
Binary file modified tokens.msgpack
Binary file not shown.
4 changes: 2 additions & 2 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ async def main(retain=False):

# Silencing for now. Creating too many problems.
# Merge batches periodically
# if (word_count + 1) % (PRUNE_FREQUENCY * 100) == 0:
# await merge_batches()
if (word_count + 1) % (PRUNE_FREQUENCY * 50) == 0:
await merge_batches()

# Final batch creation after processing is complete
await create_batch(tree_store, TARGET_DICTIONARY_COUNT)
Expand Down

0 comments on commit 7771364

Please sign in to comment.