Question 11
Consider the following code:
Which of the following describes the output of decoded_texts?
The output will return decoded text strings with special tokens like [CLS] and [SEP] removed.
The output will include [CLS] and [SEP] tokens explicitly in each string.
The output will be a list of token IDs instead of strings and exclude special tokens.
The output will return the tokenized words but still include padding tokens.