Question 4
Which of the following preprocessing steps are commonly used when preparing data for transformer models like BERT?
Adding special tokens such as [CLS] and [SEP] to the sequence
Splitting tokens into subword units using a model-specific tokenizer
Removing all punctuation marks to ensure cleaner embeddings
Adding positional information to each token embedding