Skip to content

Commit

Permalink
Reset testing batch size to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fexfl committed Jan 5, 2025
1 parent 36990cc commit 8717c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailcom/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def make_dir(path: str):
pseudonymizer = Pseudonymize()
pseudonymizer.init_spacy("fr")
pseudonymizer.init_transformers()
pseudonymizer.set_sentence_batch_size(2)
pseudonymizer.set_sentence_batch_size(1)
for file in io.email_list:
print("Parsing input file {}".format(file))
text = io.get_text(file)
Expand Down

0 comments on commit 8717c05

Please sign in to comment.