View source: R/param_vocabulary_size.R
vocabulary_size | R Documentation |
Used in textrecipes::step_tokenize_sentencepiece()
and
textrecipes::step_tokenize_bpe()
.
vocabulary_size(range = c(1000L, 32000L), trans = NULL)
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
vocabulary_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.