Hello, if I want to maintain two different dictionaries, one is BERT’s original dictionary and the other is a custom dictionary, and then the input is [CLS] BERT dictionary corpus [SEP] custom dictionary corpus [SEP]
, how do I handle the input of the model and what part of the source code do I need to change? Thanks!