tensorflow/text

does the wordpiece tool the same with the bert one?

RyanHuangNLP opened this issue · 1 comments

Can I use this script to generate the vocab.txt to train bert code

Yes, you can use the generate_vocab.py script to generate a vocabulary file that you can use with the wordpiece tokenizer.