Question 19
When using the SentencePiece, how are subword units selected?
Based on a probabilistic model that maximizes the likelihood of the training data.
By randomly selecting character n-grams until the vocabulary limit is reached.
By selecting only the top 50,000 most frequent words in the corpus.
By iteratively merging the most frequent pair of adjacent characters.