Closed fteufel closed 1 year ago
This adds a remove_cls_token argument to DNABertEmbedder and NucleotideTransformerEmbedder. The argument is default True
remove_cls_token
True
Default behaviour of DNABert was to keep the CLS token in the output. Check that all downstream use of DNABert embeddings works before merge.
Support upsampling of BERT embeddings to match original sequence length.
This adds a
remove_cls_token
argument to DNABertEmbedder and NucleotideTransformerEmbedder. The argument is defaultTrue
Default behaviour of DNABert was to keep the CLS token in the output. Check that all downstream use of DNABert embeddings works before merge.