Skip to content

Commit

Permalink
new dict
Browse files Browse the repository at this point in the history
  • Loading branch information
AG committed May 6, 2024
1 parent 94600a7 commit 6843b45
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified backup/dictionary.pkl
Binary file not shown.
2 changes: 1 addition & 1 deletion backup/processing_progress.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26874314,24799999999
28611477,26399999999
Binary file modified dictionary.msgpack
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/merge_batches.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,4 +314,4 @@ async def main():
finish_merge()

if __name__ == "__main__":
main()
asyncio.run(main())
Binary file modified tokens.msgpack
Binary file not shown.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def main(retain=False):
gc.collect()

if (word_count + 1) % (PRUNE_FREQUENCY * 100) == 0:
await asyncio.run(merge_batches())
await merge_batches()

await create_batch(tree_store, TARGET_DICTIONARY_COUNT)

Expand Down

0 comments on commit 6843b45

Please sign in to comment.