I am going to use BERT-based Keyword Extraction. But MAX_LENGTH config is set to 75, so is it okay to change this value? As far as I know, BERT has a MAX input length of 512, but I would like to ask you how to solve it if you want to put a much longer input.
I am going to use BERT-based Keyword Extraction. But MAX_LENGTH config is set to 75, so is it okay to change this value? As far as I know, BERT has a MAX input length of 512, but I would like to ask you how to solve it if you want to put a much longer input.