MAGICS-LAB/DNABERT_2

hidden_states = model(inputs)[0] # [1, sequence_length, 768]-- Is the second dimension really the sequence length?

xueleecs opened this issue · 1 comments

Thank you so much~

I think it is the sequence that processed by tokenizer