summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-06 20:18:16 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-06 20:18:16 +0100
commit1e09d9d340fd214ee48fb093d51c67a415b3be19 (patch)
tree985d482ad0dd0818805be4d0c6270ce72a7887c9 /Makefile
parent1d0a9e1da5a2d1e485f7b939865777c942b55519 (diff)
chore: remove word pieces util code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index abfd56d..f2c1fff 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,5 @@ generate:
poetry run generate-iam-lines
poetry run generate-iam-paragraphs
poetry run generate-iam-synthetic-paragraphs
- poetry run extract-iam-text --use_words --save_text train.txt --save_tokens letters.txt
- poetry run make-wordpieces --output_prefix iamdb_1kwp --text_file train.txt --num_pieces 1000
.PHONY: install download generate