Code
prep(step_tokenize_bpe(recipe(~text1, data = test_data), text1,
vocabulary_size = 10))
Condition
Error in `step_tokenize_bpe()`:
Caused by error in `prep()`:
! `vocabulary_size` of 10 is too small for column `text1` which has a unique character count of 23
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.